Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/torhamdev/death-engine
- Owner: TorhamDev
- License: mit
- Created: 2021-11-02T13:18:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T15:20:52.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:13:19.920Z (over 1 year ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 271 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Death-engine
> A powerful recon toolDeath-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