Skip to content

Oxbian/Nmap4N00bs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nmap4N00bs


Release Language Librarie Size Licence OpenSource

Nmap4Noobs what it is?

It's a simple GUI for the famous network scanning tool NMAP. Thanks to this GUI you can do all the basic commands, and you can run your own custom command too.

How it works ?

Just need to choose the network discovery options you want to use, the scan, and others options if you want. After that, you just click on the SCAN button and that's it.

  • Screen of the applications

Custom command

If you want to use custom command, you just need to fill the command entry, and click on the SCAN button. Don't forget to add -oN output.txt, else you won't see the output

Compilation & installation:

For the installation, just clone the project and compile for your own computer
You will need GTK3 and basic C libraire for compiling the programs:

git clone https://github.com/Oxbian/Nmap4N00bs.git
cd Nmap4N00bs && make

Arch & dérivés:

sudo pacman -S gtk3

Ubuntu & Debian:

sudo apt-get install libgtk-3-0

Contributing to the project:

All the contributions are welcome, just do a pull request and that's it.

License:

This project is under GNU GPL v3.0, check the LICENSE.md file for more information.