Code Monkey home page Code Monkey logo

listmap's Introduction

ListMap

Created by: Shane Young/x90skysn3k

Updated for Python3 by: Brent White/ @brentwdesign

Description

Listmap was made to save time when parsing through nmap output. Listmap creates lists of IP's based on the ports you specify. Listmap can aid in creating lists of IP adresses with open ports that can be referenced by other tools. Listmap was created to save time, basically saving your fingers from typing so many 'cat' & 'cut' statements through your gnmap outputs.

Installation

python3 -m pip install argcomplete

Usage

Command: python listmap.py -h

Example: python listmap.py --file nmapoutput.gnmap --port 3390,443,80,22,21 --prefix pentest * Generate a list of all hosts (by IP address) with open ports 3390,443,80,22,21 in NMap output file nmapoutput.gnamp. Prefix the output file name with 'pentest'

Example: python listmap.py --file nmapoutput.gnmap --ip 172.1.2.3,172.2.3.4 --prefix pentest * Generate a list of all open ports for the IP addresses 172.1.2.3 and 172.2.3.4, prefix the output file name with 'pentest'

Example: python listmap.py --file nmapoutput.gnamp --csv * Generate a two-column CSV file in the format of IP Address | Open Ports from the NMap output file nmapoutput.gnmap

listmap's People

Contributors

syoung-r7 avatar wehackpeople avatar ac3lives avatar caesarcipher-r7 avatar

Watchers

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