Website Recon
Other information you can get from the website
Basic Information
SSL Certificates
Check the SSL certificate for more information.
It could contain other subdomains.
whatweb
https://github.com/urbanadventurer/WhatWeb
Run whatweb to gain information about the target
$ whatweb -v -a http://SERVER:PORTFuzzing
FFUF
Directory Fuzzing
$ ffuf -w directory_wordlist:FUZZ -u http://SERVER:PORT/FUZZExtension Fuzzing
$ ffuf -w extension_wordlist:FUZZ -u http://SERVER:PORT/indexFUZZPage Fuzzing
Sub-domain Fuzzing
vHost Fuzzing
Parameter Fuzzing - GET
Parameter Fuzzing - POST
Value Fuzzing - GET
Value Fuzzing - POST
LFI Fuzzing
Other tools
Web Screenshots
If you have many URLs to go through, instead of manually visiting them, you can take screenshots of the websites instead for a quick review
Last updated