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

https://github.com/ashwin990/nmap-scanner

NMAP Scanner for beginners those who have not enough idea about what NMAP can do.
https://github.com/ashwin990/nmap-scanner

Last synced: 11 months ago
JSON representation

NMAP Scanner for beginners those who have not enough idea about what NMAP can do.

Awesome Lists containing this project

README

          

![](https://img.shields.io/maintenance/YES/2019.svg?style=flat)
[![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

# NMAP-Scannner

![](https://i.ibb.co/NTyndrF/p-nmap.png)

NMAP Scanner for beginners those who have not enough idea about what NMAP can do. Do not use this for wrong purpose use for test and educational purpose and never do any NMAP Scan on any network without the permission of the ownwer.

## Getting Started

This NMAP Scanner is made for making NMAP Scan eaisly currently i have added 20 types scan for differt situation that i find helpful for use and hope you will also like that.

### Prerequisites

Make sure your distro have all the pakages installed .

```
NMAP
internet-tools
curl
```

### Installing

Its easy to install just follow the step one by one :-

```bash
1.) sudo apt-get update
2.) sudo apt-get upgrade
3.) git clone https://github.com/ASHWIN990/NMAP-Scannner.git
4.) cd NMAP-Scanner
5.) chmod +x install.sh
6.) chmod +x nmap-scanner.sh
7.) sudo ./install.sh
8.) sudo ./nmap-scanner.sh
```

## Author

* **ASHWINI SAHU** - *WHOLE WORK* - (https://github.com/ASHWIN990)

Check NMAP website for more help : (https://nmap.org/)