A lightweight bash-based reconnaissance tool for ethical hacking, penetration testing, and bug bounty hunting. It automates basic recon tasks like DNS lookup, WHOIS, and can be extended with tools like waybackurls.
- π DNS and WHOIS information gathering
- π Automatic directory and log creation per target
- π Real-time terminal output and saved logs
- π₯ Easily extendable with tools like
waybackurls,httpx, etc.
Before running eyeseeyou, ensure the following are installed:
bashnslookupwhoistee
Install Go to use the following Go-based tools:
go install github.com/tomnomnom/waybackurls@latest
echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.bashrc
source ~/.bashrc