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
- Host: GitHub
- URL: https://github.com/sloharkar/info-nmap
- Owner: SLoharkar
- Created: 2021-02-26T06:25:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T06:14:06.000Z (almost 3 years ago)
- Last Synced: 2025-10-04T14:40:35.750Z (8 months ago)
- Topics: kali-linux, kali-scripts, linux, linux-scripts, linux-shell, nmap, nmap-scripts, shell-scripting
- Language: Shell
- Homepage: https://github.com/SLoharkar/Info-Nmap
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) [](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`**