Skip to content

htarsoo/Lethe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lethe

logo

Table of contents

General info

Lethe is a lightweight pentest framework. It includes modules for Information Gathering, Vulnerability analysis, Explotation and more.

Setup

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

Modules

1.Information Gathering:

  • WhoIS scan
  • Port scanner
  • Subdomain Scanner
  • Spider/Crawler
  • OS fingerprinting

2.Vulnerability Analysis:

  • SQLI scan
  • SSL scan
  • XSS scan

3.Exploiting:

  • SQL Injection
  • DOS
    • Slowloris
    • SYN flood

4.Password:

  • 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

5.GeoIP

6. Network

  • ARP scan

About

Python Pentesting Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%