GithubHelp home page GithubHelp logo

ndorte / nmap-nipper Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 51 KB

Nmap Nipper finds the open ports of the target using the Nmap in the background and it connects to open ports with HTTP, HTTPS and Socket methods and reports the banner grabbing informations. It can also scan in Nmap's XML report file.

Python 100.00%

nmap-nipper's Introduction

Nmap Nipper

Nmap Nipper finds the open ports of the target using the Nmap in the background and it connects to open ports with HTTP, HTTPS and Socket methods and reports the banner grabbing informations. It can also scan in Nmap's XML report file.

This program was made for pentests. The user is responsible for all illegal use. The program author is not responsible for illegal use.

Usage:

  • Download and install Python modules pip3 install -r requirements.txt

  • See all parameters or help: sudo python3 nmapnipper.py -h

  • Normal nipper: sudo python3 nmapnipper.py -i [ipadress or ip range] -p [port or port range]

e.g. sudo python3 nmapnipper.py -i 192.168.1.1 -p 1-8888

  • Advanced nipper: sudo python3 nmapnipper.py -i [ipadress or ip range] -p [port or port range] -n [nmap options] -l [ip:port list] -r [save result list]

e.g. sudo python3 nmapnipper.py -i 192.168.1.1-255 -p 1-8888 -n "-sS -sV -T4" -l list.txt -r result.txt

  • Scan nmap xml report: sudo python3 nmapripper.py -x [xmlfile]

e.g. sudo python3 nmapnipper.py -x nmapReport.xml

nmap-nipper's People

Contributors

ndorte avatar

Stargazers

Enes Ustundag avatar

Watchers

James Cloos 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.