Skip to content

SLoharkar/Info-Nmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

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 alt tag

  • Just, Clone this repository -
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