Pentest Cheat Sheet
Pentest Cheat Sheet
www.linkedin.com
https://www.linkedin.com/in/muhammad-bilal7276/
Information Gathering
Directory Busting and VHOST Enumeration
Dir Busting
VHOST ENUMERATION
Wordlists
DIR BUSTING
Gobuster
FFUF
Finding Files
Gobuster
FFUF
VHOST Enumeration
Gobuster
FFUF
Passive Reconnaissance with Digital Certificates
Digital Certs search engines
DNS Enumeration
Record Types
Dig
Host
Information Gathering
Directory Busting and VHOST Enumeration
Dir Busting
Find Directories and pages of a website
VHOST ENUMERATION
Wordlists
DIR BUSTING
FFUF
Finding Files
Gobuster
FFUF
VHOST Enumeration
FFUF
Censys
Dig
Most common DNS Enumeration tool DNS Enumeration swiss army knife
Host
DNS ENUM
Scanning
Host Discovery
Identifying Live Hosts
Host Discovery is the always the first step in any ethical hacking certification
exam and in CTFs. It involves enumeration IP addresses of the systems available
in the test environment
Arp scan is another method to scan for the live hosts on the network
To find Ip addressed
=> arp-scan -l
=> netdiscover -r 182.14.4.0/24
Nmap is the go to tool for identifying open ports and services running on these
ports
Nmap Command
nmap 192.168.17.0/24
# TCP Scan
sudo nmap -T4 -p- -A 192.168.18.73
# UDP Scan
Nikto scan
nikto -h http://192.168.18.73
Exploitation
Post Exploitation
hashdump