This repository contains a Python script for performing Nmap scans on web targets. It provides a command-line interface for users to interact with and execute Nmap scans with various options.
To use the Nmap Web script, follow these steps:
-
Ensure that the
data/
directory exists in the repository. If not found, update the tools by running:python3 setup.py
-
Run the script without any arguments to start the interactive mode:
python nmap_web.py
-
Follow the prompts to choose from the following options:
- Start a scan
- Update the tool
- Get help
- Exit
The script supports the following command-line options:
-h
or--help
: Display help information.--update
or-u
: Update the tool to the latest version.
This tool is developed by Atul Dattatray Dubal.
- Nmap - A powerful network scanning tool.
- Figlet - A program for making large letters out of ordinary text.
- Python - The programming language used to develop this tool.
- ASCII Art Generator - Used to generate ASCII art for the title.