This tool is created as a part of learning shell scripting, now I am making various changes to make it a better tool which can be used to collect various information of a website.
- Can collect subdomains of a website
- Can collect CNAME record of the subdomains
- Can Check for Clickjacking vulnerability
$ git clone https://github.com/secretguard/web-recon.git
$ cd web-recon
$ ./install.sh
$ ./web-recon.sh -h
$ ./web-recon.sh -d domain_name
$ ./clickjacking.sh URL
Eg : ./clickjacking.sh https://example.com