8000 GitHub - adrianbiro/genmap: An automated NMAP python script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adrianbiro/genmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenMAP

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.

Installation

  1. Clone the repository:

    git clone https://github.com/braijan/genmap.git
  2. Navigate to the project directory and install dependencies:

    cd genmap
    python3 -m venv venv
    . venv/bin/activate
    pip install -r requirements.txt
  3. Make the script executable:

    chmod +x genmap.py

Usage

To run the tool, use the following command:

python3 genmap.py

About

An automated NMAP python script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
CB2
0