Skip to content

Instantly share code, notes, and snippets.

@Xifeng2009
Created January 9, 2019 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xifeng2009/6b1092ae13d8c55e800a4943df76c4d3 to your computer and use it in GitHub Desktop.
Save Xifeng2009/6b1092ae13d8c55e800a4943df76c4d3 to your computer and use it in GitHub Desktop.
#1 判断盲注
1 and 1=2
1 and 1=1
#2 整型注入
1 or 1=1 #
#3 字符型注入
1' or 1=1 #
#4 ByPass: 登陆验证
x' or 1=1 #
#5 ByPass:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment