Feigong --非攻 非攻 取自<秦时明月>--非攻,针对不同情况自由变化的武器 Feigong,针对各种情况自由变化的mysql注入脚本 Feigong,In view of the different things freely change the mysql injection script 什么是非攻? 在sqlmap的使用过程中,常常碰到很普通的绕过过滤方式,例如空格-->%0b.%0a,但是却没办法使用sqlmap来获取数据的情况,于是花了很长时间来完善脚本,让非攻可以
import sys import re #Make sure we have a single URL argument. if len(sys.argv) != 2: print (sys.stderr, "URL Required") sys.exit(-1) #Easie access. url = sys.argv[1] #Ensure we were passed a somewhat valid URL. #This is a superficial test. if r
[前提]: win10下python3和python2共存环境,但是环境变量只配置了python3 [问题]: 用pip安装一个包执行pip2 install xxx的时候报错Fatal error in launcher: Unable to create process using '"' 执行pip3 install xxx的时候报同样的错误Fatal error in launcher: Unable to create process using '"' [解决]:pytho