Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitehatsoumya/Nutoscan
An Automated Mass Network Vulnerability Scanner and Recon Tool
https://github.com/whitehatsoumya/Nutoscan
network-automation security-audit vulnerability-detection vulnerability-scanners
Last synced: 21 days ago
JSON representation
An Automated Mass Network Vulnerability Scanner and Recon Tool
- Host: GitHub
- URL: https://github.com/whitehatsoumya/Nutoscan
- Owner: whitehatsoumya
- License: mit
- Created: 2022-08-08T09:39:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T06:11:14.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:45:27.577Z (4 months ago)
- Topics: network-automation, security-audit, vulnerability-detection, vulnerability-scanners
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - whitehatsoumya/Nutoscan - An Automated Mass Network Vulnerability Scanner and Recon Tool (Shell)
README
**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 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 -t/--type ```
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 -t Network ```Basic Port Scan: ``` ./Nutoscan.sh -H -t Port ```
Script Scan: ``` ./Nutoscan.sh -H -t Script ```
Full Scan: ``` ./Nutoscan.sh -H -t Full ```
UDP Scan: ``` ./Nutoscan.sh -H -t UDP ```
Vulns Scan: ``` ./Nutoscan.sh -H -t Vulns ```
Recon: ``` ./Nutoscan.sh -H -t Recon ```
All: ``` ./Nutoscan.sh -H -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**:
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](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/hithtechnologies)