About 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 perform Recon on the target system.
Repo Link: https://github.com/whitehatsoumya/Nutoscan
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>
Scan Types:
Network : Shows all live hosts in the host’s network (It can take Approx. 15 seconds)
Port : Shows all open ports (It can take Approx. 15 seconds)
Script : Runs a script scan on found ports (It can Approx. 5 minutes)
Full : Runs a full range port scan, then runs a script scan on new ports (It can take Approx. 5-10 minutes)
UDP : Runs a UDP scan “requires sudo” (It can take Approx. 5 minutes)
Vulns : Runs CVE scan and nmap Vulnerabilities scan on all found ports (It can take Approx. 5-15 minutes)
Recon : Suggests a variety of recon commands on your choice else automatically runs default(Depends)
All : Runs all the scanning methods at same time (It can take 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!
Legal Disclaimer:
Hackerinthehouse, The developer whitehatsoumya and 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 really like this post then give your reaction and don’t forget to share with others.
Thank you for reading this and have a nice stay there!