An open API service indexing awesome lists of open source software.

https://github.com/sloharkar/info-nmap

Multiple Scan at one Place using Shell Script in Linux
https://github.com/sloharkar/info-nmap

kali-linux kali-scripts linux linux-scripts linux-shell nmap nmap-scripts shell-scripting

Last synced: 6 days ago
JSON representation

Multiple Scan at one Place using Shell Script in Linux

Awesome Lists containing this project

README

          

# Multiple Scan at one Place using Shell Script in Linux

## Introduction
- In the Shell Script is used to perform multiple scan at one place
- It is helpful for less efforts of commands remember to mind

### Features

- Basic Scan
- Port Scan
- Find Live host
- Scan Service Version
- OS Scan
- TCP Scan
- Stealth Scan
- Acknowledgement Scan
- X-mas Scan
- Aggressive Scan
- Source routing Scan
- Fragmentation Scan
- Spoofing Scan
- Normal Port Information

## Installation [Linux](https://wikipedia.org/wiki/Linux) [![alt tag](http://icons.iconarchive.com/icons/dakirby309/simply-styled/32/OS-Linux-icon.png)](https://fr.wikipedia.org/wiki/Linux)
- Just, Clone this repository -
```bash
git clone https://github.com/SLoharkar/Info-Nmap.git
```
- Change to cloned directory and run `scan.sh` -
````
$ cd Info-Nmap
chmod +x scan.sh && ./scan.sh OR bash scan.sh
````
## Dependencies
**`Info-Nmap`** requires following programs to run properly -
- `nmap`

> All the depedencies will be installed automatically when you run `scan` for the first time

> Supported Platform : **`Kali Linux`**, **`Termux`**, **`Ubuntu/Debian/Kali`**, **`ArchLinux/Manjaro`**, **`Fedora`**