Sexettintool is a versatile cybersecurity toolkit featuring over 100 modules for penetration testing, vulnerability scanning, and red teaming automation.
İçerisinde 100'den fazla modül ve özelliği barındıran çok amaçlı bir siber güvenlik aracı.
This tool is designed for cybersecurity professionals and enthusiasts to automate and streamline various penetration testing and red teaming tasks. It provides integrated modules for exploit scanning, vulnerability analysis, brute force attacks, and payload generation, making it suitable for ethical hacking and security assessments in Linux environments.
Sexettintool is intended strictly for educational and ethical use; users bear full responsibility for their actions. While it can run in Docker, some features may not work correctly due to direct hardware and network interface dependencies. Full functionality is best achieved on standard Linux systems; Termux and Windows users may face limitations.
sudo apt update && sudo apt upgrade
git clone https://github.com/sexettin78/sexettintool
chmod 777 sexettintool
cd sexettintool
sudo su (to gain root privileges)
python3 metfora.py (select option 1 for installation)
After installation, run python3 main.py to start the tool
python3 metfora.py
Starts the installation process; select option 1 to install the tool
python3 main.py
Launches the main interface of Sexettintool after installation
docker pull leafyet/sexettintool:latest
Downloads the latest Docker image of Sexettintool
docker run -it leafyet/sexettintool:latest
Runs Sexettintool inside a Docker container