Giter Site home page Giter Site logo

geneye's Introduction

genEye

I got really tired of formatting masscan results for EyeWitness so I made a little tool to do that. It also will take in CIDR notation if you want to skip port scanning. This defaults to standard ports for each service EyeWitness supports.

--outfile is optional and will output to the screen by default

--masscan is the file with masscan output. See tests/ for examples.

usage: genEye.py [-h] [--masscan LOAD_FILE] [--nmap LOAD_FILE_NMAP]
                 [--shodan LOAD_FILE_SHO] [--raw LOAD_FILE_RAW]
                 [--outfile OUT_FILE] [--http [HTTP]] [--https [HTTPS]]
                 [--rdp [RDP]] [--vnc [VNC]] [--none [NONE_]]
                 [ip [ip ...]]

Process a list or range of IPs to match EyeWitness's format

positional arguments:
  ip                    IPs to parse

optional arguments:
  -h, --help            show this help message and exit
  --masscan LOAD_FILE   Load list of IPs from a file (masscan)
  --nmap LOAD_FILE_NMAP
                        Load list of IPs from a file (nmap)
  --shodan LOAD_FILE_SHO
                        Load list of IPs from a file (shodan)
  --raw LOAD_FILE_RAW   Load list of IPs from a file (raw)
  --outfile OUT_FILE    Output results to file
  --http [HTTP]         Used with ip or --raw, prepends http and postpends
                        port 80
  --https [HTTPS]       Used with ip or --raw, prepends https and postpends
                        port 443
  --rdp [RDP]           Used with ip or --raw, prepends rdp and postpends port
                        3389
  --vnc [VNC]           Used with ip or --raw, prepends vnc and postpends port
                        5001
  --none [NONE_]        Used with ip or --raw, prepends nothing

Examples:
python3 genEye.py 192.168.1.0/24 192.168.2.0/24 --https --http
python3 genEye.py --masscan tests/test.masscan.txt --outfile out.txt
python3 genEye.py --nmap tests/test.nmap.txt --outfile out.txt

geneye's People

Contributors

blurbdust 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.