Automated recon for web application bug hunting..
./trishul.sh target.com
This tool is written in bash. It helps in gaining some serious information about an intended target. This tool automates the first step of every bug hunters' approach.
- Gathers all the subdomains using sublist3r.
- Separates the alive hosts from the list of subdomains.
- Checks the mx records for the alive hosts.
- Checks the cname records for 404 not-found hosts.
- Scans each alive host for open ports using nmap.
- Creates a new directory (over-writes if previously present) named recon (in the present working directory), containing text files named all_hosts, alive_hosts and open_ports (which depicts the original purpose of their presence).