Skip to content

Research algorithm

Find ports

nmap app

Find os

sudo nmap -O -Pn app

Research site directory

gobuster dir -u http://app -w /usr/share/wordlists/dirb/common.txt
wfuzz -w /usr/share/seclists/Discovery/Web-Content/combined_directories.txt --hc 404 http://app/FUZZ.php

Alternatives