Table of Contents
It is a shell script that runs one or more Nmap commands automatically, so you don’t have to type them manually each time. It typically takes a target (IP address) as input, runs a predefined scan (like a quick scan, full port scan, or service detection).
nmap, ofc
sudo apt install nmap -y
sudo pacman -Sy nmap
sudo dnf install nmap -y
brew install nmap
git clone https://github.com/kraken-503/darth.git
cd darth/
chmod +x darth.sh
sudo ./darth.sh
Keep in mind, almost every scanning vector in this script requires **superuser** permissions.
Made with ❤️ by kraken-503
