Scout is a powerful tool designed for discovering hidden VHOSTs, files, and directories on web servers. With a complete word list built in for maximum portability, users can quickly and easily uncover undisclosed resources with minimal configuration. Ideal for security assessments and troubleshooting.
Scout is a lightweight and efficient URL fuzzer and spider designed to uncover undisclosed VHOSTs, files, and directories on web servers. With Scout, users can quickly identify potential vulnerabilities and hidden resources, enhancing their web security assessments.
Scout is operated via command-line, featuring several commands for different discovery tasks:
Usage:
scout [command]
Available Commands:
help Help about any command
url Discover URLs on a given web server.
version Display scout version.
vhost Discover VHOSTs on a given web server.
Scout allows comprehensive URL discovery with customizable capabilities:
-x flag for file extensions you wish to target (default: php,htm,html,txt).-f to specify a filename to look for.-H to include extra headers in HTTP requests.-s to scan page content for additional links and verify their existence.$ scout url http://192.168.1.1
[+] Target URL http://192.168.1.1
[+] Routines 10
[+] Extensions php,htm,html
[+] Positive Codes 200,302,301,400,403,500,405,204,401,301,302
[302] http://192.168.1.1/css
[200] http://192.168.1.1/shares
Scan complete. 28 results found.
Scout can also help in identifying various VHOSTs related to a base domain:
$ scout vhost https://google.com
[+] Base Domain google.com
[+] Routines 10
[+] Using SSL true
account.google.com
www.google.com
Scan complete. 12 results found.
Scout provides a straightforward and effective solution for web security professionals aiming to uncover hidden files and VHOSTs, facilitating thorough assessments of web exposure and security configurations.
No comments yet.
Sign in to be the first to comment.