[Info] Information Gathering Tool
dmitry
Passive Information Gathering Tool
- Sacn the website
example.comand output the record inexample.txt
dmitry -winsepo example.txt example.comnikto
Vulnerability Analysis Gathering Tool
Basic usage
- Sacn the website
192.168.1.86
nikto -host 192.168.1.86SSL Sacn
- SSL site scan with
192.168.1.86
nikto -h 192.168.1.86 -sslWith Metasploit
- Into a format that Metasploit can read when youβre performing a scan.
nikto -h 192.168.1.86 -Format msf+sslscan
To check SSL server status
sslscan www.example.comwafw00f
The Web Application Firewall Fingerprinting Tool (WAF) Check the WAF exist
wafw00f https://example.orgFull Scan / Audit
wpscan
WPScan WordPress Security Scanner
wpscan --url http://192.168.1.86whatweb
WPScan WordPress Security Scanner
- With a level
3to scan the website
whatweb -v -a 3 http://192.168.1.86skipfish
Active web application security reconnaissance tool.
skipfish -o folder http://192.168.1.86Tools Base
cutycapt
Cap website images
cutycapt --url=http://www.kali.org --out=kali.pngLast updated on