Skip to content

kamalx06/attack-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attack Toolkit

Currently supported tools: nmap, ffuf, sqlmap, dalfox, wapiti, gobuster, nikto

Installation and Deployment

Python3.13

Debian based:
  sudo apt update
  sudo apt install python3.13 python3.13-pip -y

Arch based:
  sudo pacman -Syu --noconfirm
  sudo pacman -S --noconfirm python3.13 python3.13-pip -y

RHEL based:
  sudo dnf update -y
  sudo dnf install python3.13 python3.13-pip -y

Requirements

  pip3.13 install -r req.txt

App Requirements Installation

  In menu click on 3

Running App

  python3.13 app.py

Environment Variables

To run this project, you will need to edit the following environment variables in your .env file

EMAIL_ADDR

EMAIL_PASS

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages