Skip to content

Automated recon for web application bug hunting.

Notifications You must be signed in to change notification settings

mritunjay-k/Trishul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Trishul

Automated recon for web application bug hunting..

Usage

./trishul.sh target.com

Dependencies

About

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.

Features

  1. Gathers all the subdomains using sublist3r.
  2. Separates the alive hosts from the list of subdomains.
  3. Checks the mx records for the alive hosts.
  4. Checks the cname records for 404 not-found hosts.
  5. Scans each alive host for open ports using nmap.
  6. 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).

Happy Hunting :)

About

Automated recon for web application bug hunting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages