Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 825 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 825 Bytes

Death-engine

A powerful recon tool

Death-engine is an information gathering tool for web penetration testing.

This script includes:

  1. WHOIS lookup
  2. DNS lookup
  3. Dork scanning
  4. Crawler
  5. Directory discovery
  6. Port scanner and os identifier
  7. Subdomain scanner
  8. Wappalyzer Scan

This script is in development and will soon be released in an alpha version

How to run?

# clone repo
git clone https://github.com/TorhamDev/Death-engine.git
cd Death-engine

# install requirements
pip install -r requirements.txt

# run death engine and get help
python3 death_engine.py -h

ToDo List

  • Whois
  • DNS Lookup
  • Dork scanning
  • Directory discovery
  • Crawler
  • Port Scan and Os Detection
  • Subdomain Scan
  • Wappalyzer Scan
  • Coming Soon
  • Coming Soon