RoberMB / SuperNES

SuperNES - Super Nmap Easy Scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuperNES - Super Nmap Easy Scanner

SuperNES(Super__Nmap__Easy__Scanner) is a python open source security scanner that automates the process of scanning hosts and networks with the most used options of nmap. The main purpose of SuperNES is to makes scans easy and generate html reports of their results.

SuperNES is built on python2.7 and can run on Linux platform which has a Python environment and nmap installed on it. And it needs to be executed as root.

This tool is designed for someone with no experience, with little experience or lazy with nmap :) and their most used options during a Penetration Testing for example in boxes of HackTheBox, iHacklabs, etc ... Always in controlled environments.

The author does not assume any risk of the use of the tool, nor of the damages caused by it. Please, don't use the tool for illegal purposes.

screen_main screen_prev_checks screen_menu

Installation

You can download the latest version of SuperNES by cloning the GitHub repository:

||| ||| ||| ||| ||| |||

Features

v0.2 beta

Ping Scan

  • nmap -sn -oA ./results_SuperNES/ping_scan [IP or Network]
  • At the end of the scan generates html report.

Stealth Scan

  • nmap -sS -p[PORT] -oA ./results_SuperNES/stealth_scan [IP or Network]
  • At the end of the scan generates html report.

Stealth & Detect versions scan

  • nmap -sSV -O -p[PORT] -oA ./results_SuperNES/stealth_versions_scan [IP or Network]
  • At the end of the scan generates html report.

OS version scan

  • nmap -O -oA ./results_SuperNES/os_version_scan [IP or Network]
  • At the end of the scan generates html report.

Complete Scan

  • nmap -sSV -A -T4 -p[PORT] -oA ./results_SuperNES/complete_scan [IP or Network]
  • At the end of the scan generates html report.

||| ||| ||| ||| ||| |||

Usage

SuperNES - Super Nmap Easy Scanner
Author: Roberto Mengibar (Sp1kes) sp1kes<at>protonmail.com

Usage:	$ python super_nes.py

Suggestions:	$ cd /boxes/box1
		$ python /tools/super_nes.py

 1 - Ping scan.
 2 - Stealth scan.
 3 - Stealth & Detect versions scan.
 4 - OS version scan.
 5 - Complete scan.

**Ping Scan:

Option 1

screen_ping_scan screen_ping_scan

screen_ping_scan_report

**Stealth Scan:

Option 2

screen_stealth_scan

screen_stealth_scan_report

**Stealth & Detect versions scan:

Option 3

screen_stealth_detect_ver_scan

screen_stealth_detect_ver_report

**OS version scan:

Option 4

screen_os_version_scan

screen_os_version_scan_report

**Complete Scan:

Option 5

screen_complete_scan

screen_complete_scan_report

||| ||| ||| ||| ||| |||

Advanced Usage

Coming soon ...

About

SuperNES - Super Nmap Easy Scanner

License:GNU General Public License v3.0


Languages

Language:Python 100.0%