A Bash-based automation tool that streamlines reconnaissance by integrating nmap and ffuf for scanning CTF machines.
Tool created in Bash for automating the scanning phase with nmap and ffuf tools.
AutomaticScanner is designed to automate the initial scanning and reconnaissance phase during penetration testing or CTF challenges. It is ideal for security professionals and red teamers who want to quickly identify open ports, services, and hidden web routes on target machines.
The tool requires root privileges to run effectively, so executing as root is necessary. It depends on having nmap and ffuf installed on the system. Best used in controlled environments such as CTFs or authorized penetration tests.
git clone https://github.com/whosstranger/AutomaticScanner.git
sudo su
chmod +x scanner.sh
./scanner.sh
Executes the automated scanning script to perform reconnaissance using nmap and ffuf