https://github.com/abdu1aziz/nmap_script
Auto Grab ip and scan networks using nmap & bash script. Automation
https://github.com/abdu1aziz/nmap_script
bash linux
Last synced: about 2 months ago
JSON representation
Auto Grab ip and scan networks using nmap & bash script. Automation
- Host: GitHub
- URL: https://github.com/abdu1aziz/nmap_script
- Owner: abdu1aziz
- License: mit
- Created: 2018-01-13T20:08:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T08:06:24.000Z (over 8 years ago)
- Last Synced: 2025-01-08T03:10:50.623Z (over 1 year ago)
- Topics: bash, linux
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- [x] **grep**
- [x] **awk**
- [x] **cut**
- [x] **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:
- [x] Ubuntu 12.04 and above.
- [x] Debian 5.0 and above.
- [x] Kali Linux 2.0 and above.
- [x] Backtrack R5
- [x] Parrot OS 3.10.1 -- December 15th 2017