Web Application (80/443)
set the variable
Normal URL
export URL=http://
<web url>
File fuzzing
export URL=http://
<web url>
/FUZZ
Directory fuzzing
export URL=http://
<web url>
/FUZZ/
Manual Checking
Grep a username or subdomain
Important files
Additional Checks
Check the copy right web apps and search the version
Search version with changelog
example: FreePBX 2.8.1.4 changelog
maybe you will discover a juicy info about the last version's vulnerability
Check cookies
Check date in the pictures
Check backend language
Check metadata of the pictures
Check source code
Fuzzing
[Important] Please check without exclude 404 code, because you will mis any third parties control. Go forward with exclude 404 if it is an inhouse production web apps
Wordlist
big.txt --> for getting a juicy file
directory-list-2.3-medium.txt --> for directory
Next level wordlist using SecLists.
If your Kali haven't installed SecLists, use this command:
FUZZ Files
FUZZ Directory
FUZZ Subdomain / VHOST
wfuzz
gobuster
FUZZ Params
If you have a .php file but no output try this:
/secret/evil.php
Sub domain
Last updated