| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This script performs a comprehensive network security scan, including Nmap, Enum4linux, DNS enumeration, Nikto, Netcat, Masscan, and Hydra brute-force testing. It generates an HTML report containing all the results for further analysis.
Ensure you have the following tools installed on your Debian-based system:
Run the following commands to install the necessary tools on a Debian-based system:
sudo apt update
sudo apt install nmap enum4linux dnsutils nikto netcat masscan hydraSteps:
https://github.com/Abdullah-XDev/Network-Security-Scanning-NSS-Scripts.gitcd Network-Security-Scanning-NSS-Scriptschmod +x anyfile_scan.shsudo ./anyfile_scan.shFollow the prompts to enter the target network, domain for DNS enumeration, and target URL/IP for the Nikto scan.
After the scan is completed, a report will be saved as an HTML file in the results directory.
The final report will include:
1.Nmap results 2.Enum4linux results 3.DNS enumeration results 4.Nikto scan results 5.Netcat port testing results 6.Masscan results 7.Hydra brute-force results
This script is for educational purposes only. Unauthorized use against networks you do not own or have explicit permission to test is illegal. Use responsibly and within the confines of the law.
| Back | FazBrowse Home | New Git URL |