Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torhamdev/death-engine

A powerful recon tool
https://github.com/torhamdev/death-engine

crawler death-engine directory-search google-dorks hacking-tool information-gathering pentesting pentesting-tools port-scanning python3 recon recon-tools scanner web-hacking web-penetration-testing webhacking webpentest whois

Last synced: about 19 hours ago
JSON representation

A powerful recon tool

Awesome Lists containing this project

README

        

# 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?
```bash
# 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

- [X] Whois
- [X] DNS Lookup
- [X] Dork scanning
- [ ] Directory discovery
- [X] Crawler
- [X] Port Scan and Os Detection
- [X] Subdomain Scan
- [X] Wappalyzer Scan
- [ ] Coming Soon
- [ ] Coming Soon