Skip to content

Nmap script for port scanning which can find open ports

Notifications You must be signed in to change notification settings

Megatrone750/Nmap-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Nmap Scan Bash Script

This is a simple Bash script that helps you run nmap network scans by prompting you for the necessary inputs, such as target IP/hostname, scan type, and port range.

What is Nmap?

Nmap (Network Mapper) is a tool used for network discovery and security auditing. It helps identify open ports, running services, and the security status of hosts on a network.

Script Overview

This script makes it easier to use nmap by asking you to input:

  • A target IP address or hostname.
  • The type of scan you want to perform (e.g., SYN scan, UDP scan).
  • An optional port range (e.g., ports 1-1000).

The script then runs the nmap command with these options and shows the results in the terminal.

How to Use

1. Make the Script Executable

First, download the script and make it executable by running:

chmod +x nmap_scan.sh

About

Nmap script for port scanning which can find open ports

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages