Nmap Automater README
The Nmap Automater is a tool that simplifies the process of running Nmap scans and analyzing the results. It can be used for network reconnaissance, vulnerability scanning, and penetration testing.
Installation
To install the Nmap Automater, follow these steps:
- Clone the repository onto your local machine using the following command:
git clone https://github.com/your-username/nmap-automater.git
-
Navigate to the project directory
-
Install the required dependencies:
pip install -r requirements.txt
- Install Nmap if it is not already installed on your system. On Linux, you can install it using the following command:
sudo apt-get install nmap
Usage
To use the Nmap Automater, follow these steps:
-
Open the nmap_automater.sh file.
-
Edit the target variable with the IP address or domain name of the target system.
-
Run the script using bash with IP Range and port range as argument 1 and 2 respectively
-
Wait for the script to finish running. It will output a summary of the scan results, including open ports, running services, and operating system information.
Contributing
Contributions to the Nmap Automater project are welcome! If you find a bug or have an idea for an improvement, please create a new issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more information.