Skip to content

Instantly share code, notes, and snippets.

@Zobber
Created April 21, 2020 21:43
Show Gist options
  • Save Zobber/86735a1d00aa5da904f24b876c76d3aa to your computer and use it in GitHub Desktop.
Save Zobber/86735a1d00aa5da904f24b876c76d3aa to your computer and use it in GitHub Desktop.
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