GenMAP: Automating Nmap Scans with Ease
A tool to automate Nmap scanning with customizable modes for CTF and Pentest. GenMAP provides an easy interface for running Nmap scans with user-friendly output and real-time progress indicators.
-
Clone the repository:
git clone https://github.com/braijan/genmap.git
-
Navigate to the project directory and install dependencies:
cd genmap python3 -m venv venv . venv/bin/activate pip install -r requirements.txt
-
Make the script executable:
chmod +x genmap.py
To run the tool, use the following command:
python3 genmap.py