Skip to content

An Automated Mass Network Vulnerability Scanner and Recon Tool

License

Notifications You must be signed in to change notification settings

whitehatsoumya/Nutoscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

About Nutoscan

Nutoscan

Nutoscan is an automated Network Vulnerability Scanner and Reconnaissance tool. It performs a wide range of scans like live Host Scanning, Port Scanning, Nmap Script Scans, Vulnerability Scanning, CVE Scanning OS Detection, UDP Scan and Recon on the target system.

Key Features

Auto Recon

Automated Vulnerability Scanning

Common Ports Scanning

All Ports Scanning

CVE Scanning

Fuzzing Directories

Automated Output

And much more

Installation

git clone https://github.com/whitehatsoumya/Nutoscan.git
cd Nutoscan 
chmod +x Nutoscan.sh

Usage

Help: ./Nutoscan.sh -h or ./Nutoscan.sh --help

Basic Scan: ./Nutoscan.sh -H/--host <TARGET-IP> -t/--type <TYPE>

Nutoscan4

Scan Types:
Network : Shows all live hosts in the host's network (Approx 15 seconds)
Port : Shows all open ports (Approx 15 seconds)
Script : Runs a script scan on found ports (Approx 5 minutes)
Full : Runs a full range port scan, then runs a script scan on new ports (Approx 5-10 minutes)
UDP : Runs a UDP scan "requires sudo" (Approx 5 minutes)
Vulns : Runs CVE scan and nmap Vulnerabilities scan on all found ports (Approx 5-15 minutes)
Recon : Suggests a vareity of recon commands on your choice else automatically runs default(Depends)
All : Runs all the scanning methods at same time (Approx 20-30 minutes)

Examples

Network Scan: ./Nutoscan.sh -H <TARGET-IP> -t Network

Basic Port Scan: ./Nutoscan.sh -H <TARGET-IP> -t Port

Script Scan: ./Nutoscan.sh -H <TARGET-IP> -t Script

Full Scan: ./Nutoscan.sh -H <TARGET-IP> -t Full

UDP Scan: ./Nutoscan.sh -H <TARGET-IP> -t UDP

Vulns Scan: ./Nutoscan.sh -H <TARGET-IP> -t Vulns

Recon: ./Nutoscan.sh -H <TARGET-IP> -t Recon

All: ./Nutoscan.sh -H <TARGET-IP> -t All

Note In Recon Scan It will prompt you to select options, you can select accordingly or else it will automatically scan all the available recon tools which has been already installed with your system!

Nutoscan2

Nutoscan3

Legal Disclaimer:

You might be super excited to use this tool, me too. But here is the problem! whitehatsoumya or Github won't be responsible for any actions made by you. This tool is made for security research and education purposes only. It is the end user's responsibility to obey all applicable local, state and federal laws.

If you love and supoort my work then you can give me a cup of coffee :)

paypal

Releases

No releases published

Packages

No packages published

Languages