Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.46 KB

Terasploit

Framework Version OS Compatibility Python Version

Update v1.3.3-dev:

Available CVE Modules:

  • CVE-2021-36548
  • CVE-2024-36598
  • CVE-2024-40110
  • CVE-2024-40422

Tested on:

System Installation

wget https://raw.githubusercontent.com/rupture6/terasploit-framework/master/.install/tsfinstall
bash tsfinstall && rm tsfinstall

Simple Installation

sudo apt update && sudo apt upgrade
sudo apt install wget curl git python3 python3-pip
git clone https://github.com/rupture6/terasploit-framework.git
find terasploit-framework -type f -exec chmod +x {} \;
cd terasploit-framework
./terasploit

Requirements Installation

wget https://raw.githubusercontent.com/rupture6/terasploit-framework/master/.requirements/requirements.txt
pip3 install -r requirements.txt && rm requirements.txt

License

Contribution

  • Pull a request on this repository.