80,443 - Web

Foothold

  • source code

  • links

  • redirect

  • cookies

  • burpsuite

  • headers

Fuzzing

  • directories (use different wordlists)

  • files (use different wordlists)

  • files+extensions (use different wordlists)

  • subdomains (use different wordlists)

Login

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