Skip to content

This script automates the process of running an Nmap scan. And generates a clean, readable HTML report and opens it directly in Firefox browser for better visibility.No more scrolling through terminal outputs—just click, view, and analyze!This is useful to analyze a system's open ports, services.

License

Notifications You must be signed in to change notification settings

xploitV/nmap_scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Nmap Scan Automation Script

This script automates the process of running an Nmap scan and generating a readable HTML report. The report is then opened in Firefox for easy viewing. This is useful for analyzing a system's open ports(Well Known), services, and potential vulnerabilities.


How to Use

1. Save the Script

Copy the script into a file named nmap_scan.sh.

2. Make the Script Executable

Run the following command to make the script executable:

chmod +x nmap_scan.sh

3. Run the script by providing a target (IP address or domain) as an argument:

./nmap_scan.sh <target>

Disclaimer

This script is intended for authorized security assessments only. Ensure you have explicit permission to scan any target system before using this tool. Unauthorized scanning may violate laws and regulations, and the user is solely responsible for any misuse of the script. Use it ethically and responsibly.

Notes

This script simplifies the process of security scanning, making it accessible even for beginners. For more information about Nmap, visit official Nmap website.

About

This script automates the process of running an Nmap scan. And generates a clean, readable HTML report and opens it directly in Firefox browser for better visibility.No more scrolling through terminal outputs—just click, view, and analyze!This is useful to analyze a system's open ports, services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages