Skip to content

ptcc-ccdc/nmappingsweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Nmap Ping Sweep

A script that installs nmap, conducts a ping sweep and sends results to a file.

This process of this Bash script is as follows:

1. Checks to see if nmap is installed.
2. If so, proceeds with nmap ping sweep.
3. If not, attempts to install nmap and if successful proceeds with the ping sweep.
5. Displays the open ports of the target IP addresses on the terminal, and also saves the results to a file.

Considerations:


Make sure the package manager is correct for the distribution you are using. If you want to scan a specific range of ports, edit the nmap line at the end with your target range (ex. -p 1-1000).

About

Bash nmap ping sweep.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages