80,443 - Web
Foothold
source code
links
redirect
cookies
burpsuite
headers
Fuzzing
directories
files
files+extensions
subdomains
Login
default creds
credentials related to software
bruteforce
cupp
pydictor
crunch
Injection
IDOR
SQLi
SQL (PHP...)
NoSQL (Node...)
SSTI
XXE
XSS
Command Injection
Header Injection
Generate errors
Check resources showing input info
Symbols to cause errors
Playing with BurpSuite
send parameters empty
add symbols
change order of parameters
change content-type
content-type: if www-urlencoded ... change to application/json and format parameters
change http verbs (GET to POST, POST to OPTIONS, etc)
Credentials bruteforce
Hydra
From here https://github.com/vanhauser-thc/thc-hydra
ffuf
From here https://github.com/ffuf/ffuf
It will take the FUZZ word from the file and fuzzing over it.
Wfuzz
From here https://github.com/xmendez/wfuzz
Bypass 403 Forbidden
Specific Software
Jenkins
Last updated