Skip to content

Auto Grab ip and scan networks using nmap & bash script. Automation

License

Notifications You must be signed in to change notification settings

abdu1aziz/nmap_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NMAP SCRIPT BY: ABDUL AZIZ

"AUTOMATION OF NETWORK SCANNING"

Description:

This script will create a network-map.log named file in tmp/ directory and store all the network map results there. the default options are set to -sP within the script but it's very easy to change them to your desrived options but editing the nmap_script.sh file in declaring_variables function on line # 30. This is a Nmap Script that contains a combination of different Linux based utilities in bash terminal and how can we use them to format our output to make things look clean. I used the following utilities:

  • grep
  • awk
  • cut
  • nmap

Usage:

chmod +x nmap_script.sh

./nmap_script.sh

TROUBLESHOOTING:

Make sure you change the NETWORK_INTERFACES="wlan0" in declaring_variables function on line # 26 in nmap_script.sh file to your own network interface that you are using such as eth0 or etc.

COMPATIBLE:

TESTED ON:
  • Ubuntu 12.04 and above.
  • Debian 5.0 and above.
  • Kali Linux 2.0 and above.
  • Backtrack R5
  • Parrot OS 3.10.1 -- December 15th 2017

About

Auto Grab ip and scan networks using nmap & bash script. Automation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages