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.
- Host: GitHub
- URL: https://github.com/ashwin990/nmap-scanner
- Owner: ASHWIN990
- License: gpl-3.0
- Created: 2019-01-14T14:00:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T04:27:18.000Z (over 5 years ago)
- Last Synced: 2023-05-18T21:33:49.237Z (about 3 years ago)
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 22
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](https://github.com/ellerbrock/open-source-badges/)
[](https://github.com/ellerbrock/open-source-badges/)
[](https://www.gnu.org/licenses/gpl-3.0)
# NMAP-Scannner

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/)