EzMap is a beginner-friendly tool designed to make Nmap easier to use by providing an interactive terminal interface. (Still under development with some bugs and features to implement)
- Interactive menu for selecting scan types and intensities.
- Beginner-friendly descriptions for each scan type and intensity.
- Option to save scan results to a file.
- Displays estimated scan time for user convenience.
To use EzMap, ensure the following dependencies are installed:
-
Nmap:
- Install with:
sudo apt-get install nmap
- Install with:
-
Dialog:
- Install with:
sudo apt-get install dialog
- Install with:
-
Clone the repository or download the script.
git clone https://github.com/0xZ1R0/EzMap cd EzMap
-
Make the script executable:
chmod +x ezmap.sh
-
Run the script:
./ezmap.sh
- Launch the tool by running the script.
- Follow the on-screen instructions:
- Select the desired scan type(s) from the checklist.
- Choose the scan intensity from the options provided.
- Optionally, provide a filename to save the results.
- The tool will display the Nmap command being run.
- View the progress and results directly in the terminal.
EzMap aims to:
- Simplify the use of Nmap for beginners.
- Provide an educational interface to help users learn Nmap commands.
- Improve productivity by automating and streamlining common scan configurations.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request with a detailed description of your changes.
Happy scanning with EzMap!