Pentesting Port 80,443
Nmap Scan Command
# -A means Aggressive Scan
# -v means Verbose Output
# i normally use this command for initial scan this works best for me
nmap -A -v 10.10.10.10 Nmap Full Port Scan Command (If you want to Speed Up )
# --min-rate will make the scan faster, you can send any number of packets you want
# I run this command more than 2 times to confirm, because it is very fast
nmap -A -v -p- --min-rate=10000 10.10.10.10
Directory BruteForcing
Feroxbuster Command

Feroxbuster POST and GET Fuzzing

Changing the Conf of Feroxbuster

FFUF Command

Last updated