GithubHelp home page GithubHelp logo

auto-nmap-scan's Introduction

Nmap auto scan

Status GitHub Pull Requests


A shell script to make easier use different Nmap features.

๐Ÿ“ Table of Contents

๐Ÿง About

With Nmap Auto Scan you are able to use Nmap for differents type of scan such:

  • Host scan;
  • Default script scan;
  • Service scan;
  • Os scan;

And also use useful features like:

  • Scripts:
    • Vuln;
    • Auth;
  • Decoy:
    • Private IP;
    • Random public IP;
  • Output;

Without the need to set evertyhing manualy and providing a clear output.

๐Ÿ Getting Started

Pre requisites

  • You need to have Nmap installed in your machine.
  • Some features of Nmap requires Root permission.

Installing

If you don't have Nmap installed in your computer, just copy the bellow codes to install. Otherwise just skip this step.

sudo apt update && sudo apt-get install nmap -y
git clone https://github.com/L1nk404/auto-nmap-scan 
cd auto-nmap-scan
chmod +x scan.sh
./scan.sh

๐Ÿ”ง Setting up

Now it's time to change the code for your own necessities.

Changing the private ip for decoy (optional):

At line 94 you might want to change your private ip if you want to personalize the decoy, by default it iS -D 5:

decoy_ips="-D 5" # Change this option if you want

โœ๏ธ Authors

  • @l1nk - Idea & Initial work

auto-nmap-scan's People

Contributors

l1nk404 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.