Lethe is a lightweight pentest framework. It includes modules for Information Gathering, Vulnerability analysis, Explotation and more.
Lethe runs on any platform that has python3 and setting it up is very easy.
$ git clone https://github.com/hades921/Lethe.git
$ cd Lethe
$ pip3 install -r requirements.txt
$ python lethe.py
- WhoIS scan
- Port scanner
- Subdomain Scanner
- Spider/Crawler
- SQLI scan
- SSL scan
- SQL Injection
- DOS
- Slowloris
- SYN flood
- Hashes
- Hash Identifier
- Hash cracker (supported hashes: md5, sha1, sha256, sha3 256)
- Online Hash database lookup
- Hash dictionary attack
- Brute Force
- SSH cracker
- FTP cracker