/Raclette

User friendly CLI tool for Nmap

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Raclette

AUR AUR

                _      _   _       
 _ __ __ _  ___| | ___| |_| |_ ___ 
| '__/ _` |/ __| |/ _ \ __| __/ _ \ 
| | | (_| | (__| |  __/ |_| ||  __/   
|_|  \__,_|\___|_|\___|\__|\__\___|

Raclette is a tool which helps newbies to do network analysis and network mapping using nmap.

This tool provides a user friendly CLI for basical nmap commands.

Requirements

You'll need to install some stuff before running raclette.py:

  • sysnet
  • git
  • Python 3
  • Debian or Kali Linux

Clone the project : git clone https://github.com/eehp/Raclette

By the way to automate the task you can run setup.sh in the scripts directory. It should work on Debian and Kali

Usage

If you are in the local directory, run python3 raclette.py or ./raclette.py

If you installed in your $PATH just run raclette.py

TODO

  • More scan techniques
  • Host discovery
  • Port specification
  • Scan order
  • Timing & performance

Disclaimer

I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.

Credits

This tool is developed by eehp & matteyeux