Created
April 21, 2020 21:43
-
-
Save Zobber/86735a1d00aa5da904f24b876c76d3aa 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
Here's a decent list of me blackbox testing API | |
http://site.com/?q=x | |
*/?q=y <= idor | |
*/?q=<img> => test xss | |
*/?q=http://IP:PORT => test ssrf | |
*/?q=file:///etc/passwd => file include | |
/?q=/./../index.php => Path traversal | |
/?q=x' or x=" or x=\ => sqli | |
/?q[]=x <= change datatype |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment