Skip to content

Doormann/Nmap-Bash-Script-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Nmap Bash Script Template

Overview

This repository contains a Bash script that automates various Nmap scanning options. The script provides a menu interface for users to select different types of scans, including:

  • Intense scan
  • Stealthy scan
  • OS detection
  • Script scans with a sub-menu to select specific Nmap scripts

Usage

  1. Clone the repository:
    git clone https://github.com/Doormann/Nmap-Bash-Script-Template.git
    cd Nmap-Bash-Script-Template
    
     Make the script executable:
     chmod +x nmapscan.sh
    

Run the script:

./nmapscan.sh

Menu Options

Intense scan: Performs a thorough scan using the -A -T4 options.
Stealthy scan: Performs a stealthy scan using the -sS -T1 options.
OS detection: Detects the operating system using the -O option.
Scripts: Opens a sub-menu to select a specific Nmap script from the /usr/share/nmap/scripts directory.

Disclaimer

This script is intended for ethical purposes and educational use only. Unauthorized scanning of networks is illegal and unethical. Always obtain proper authorization before performing any scans on networks or systems that you do not own or manage.

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages