Nmapper is a graphical user interface (GUI) tool built with Python and customTkinter. It simplifies the process of sending Nmap commands to scan network hosts and provides real-time feedback on command execution.
- Command Selection: Choose from a list of popular Nmap commands using a dropdown menu.
- Target Input: Enter the target address for the scan.
- Real-Time Output: View the command being executed and see real-time results in the status box.
- Customizable Appearance: Dark-themed interface with customizable colors and font settings.
-
Clone the repository:
git clone https://github.com/MathewsCustoms/Nmapper.git
-
Navigate to the project directory:
cd Nmapper
-
Install required packages:
pip install customtkinter
-
Run the program:
python NMapper.py
-
Select an Nmap command from the dropdown menu.
-
Enter the target address in the input box.
-
Click the "Send Nmap Command" button to execute the command and view results in the status box.
- Fonts: Customize the font and size used in labels.
- Colors: Modify the appearance of buttons and labels to match your preferences.
Feel free to fork the repository and submit pull requests for improvements or new features.
Here are some screenshots of the application: