Web Scanning
Nmap Script
sudo nmap -p80 --script=http-enum 192.168.1.20
nmap --script=http-vuln* $ipBanner grabbing
./whatweb $ip
# identifies all known servicesNikto
nikto -h $ip
nikto -h $ip -p 80,8080,1234
#test different ports with one scan-Tuning Options
0 – File Upload
1 – Interesting File / Seen in logs
2 – Misconfiguration / Default File
3 – Information Disclosure
4 – Injection (XSS/Script/HTML)
5 – Remote File Retrieval – Inside Web Root
6 – Denial of Service
7 – Remote File Retrieval – Server Wide
8 – Command Execution / Remote Shell
9 – SQL Injection
a – Authentication Bypass
b – Software Identification
c – Remote Source Inclusion
x – Reverse Tuning Options (i.e., include all except specified)
$ nikto -Display 1234EP -o report.html -Format htm -Tuning 123bde -host 192.168.0.102
# CommandWordpress scan
Updating DB of WPScan
Scanning the target
Active Enumeration
Enumerating wordpress users
Password Attack
Scanning with Api Tokens
Disable-tls-checks
Backup files search
WebDav
Davtest
Cadaver
Uniscan
GIT
SQLMap:
Exiftool usage:
Last updated