Skip to content

Python based command line tool that asks user for input and generates nmap commands according to the input.

Notifications You must be signed in to change notification settings

Afnaan-Ahmed/nmap-command-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Nmap-Command-Generator

Description

This Python script simplifies the process of generating Nmap commands by allowing users to input their desired command and switches, resulting in a ready-to-use Nmap command for network scanning. It provides a user-friendly interface for quickly creating customized Nmap scans.

Features

  • Interactive command-line interface (CLI) for inputting Nmap command and switches.
  • Automatically generates Nmap commands based on user input.
  • Streamlines the process of creating complex Nmap scans.
  • Saves time and reduces the risk of command errors.

Pictures

1 2 3

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/your-username/nmap-command-generator.git
  1. Navigate to the project directory:
cd nmap-command-generator
  1. Run the script:
python3 nmap_command_generator.py

Usage

  1. Run the script using the provided installation instructions.

  2. Follow the on-screen prompts to input your desired Nmap command and switches.

  3. The script will generate the Nmap command based on your input and display it for use.

  4. Copy the generated command and use it in your Nmap scans.

Issues

If you encounter any issues or have suggestions for improvement, please open an issue.

Acknowledgments

This script was inspired by the need for simplifying Nmap command generation. Special thanks to the Nmap project for their powerful network scanning tool.

About

Python based command line tool that asks user for input and generates nmap commands according to the input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages