vhostChecker
vhostChecker copied to clipboard
VHostChecker takes a csv list of targets in the form of domain,ip,port and runs 4 seperate connection checks to get a quick sense of how the target handles Host Header changes.
vhostChecker
VHostChecker takes a csv list of targets in the form of domain,ip,port and runs 3 seperate connection checks to get a quick sense of how the target handles Host Header changes and another check using the domain to see if the target is only accessible via IP.
Checks Performed
- Fetch
https://<IP>:<PORT> Host: <IP> - Fetch
https://<IP>:<PORT> Host: <DOMAIN> - Fetch
https://<IP>:<PORT> Host: LOCALHOST - Fetch
https://<DOMAIN>:<PORT> Host: <DOMAIN>