Git Product home page Git Product logo

revlookup's Introduction

RevLookup

Revlookup is a tool written in Python3 that performs Reverse DNS on IPs to identify subdomains and new applications

Installation and Use

git clone https://github.com/yHunterDep/revlookup/
cd revlookup/
pip3 install -r requirements.txt
chmod +x revlookup

Help of RevLookup

./revlookup -h

usage: revlookup [-h] [-target TARGET] [-targets TARGETS]
                 [-cidr CIDR] [-o OUTPUT] [-s]

Revlookup 1.0 - HunterDep

options:
  -h, --help            show this help message and exit
  -target TARGET, --target TARGET
                        coloque o ip alvo, ex:
                        192.168.0.1
  -targets TARGETS, --targets TARGETS
                        coloque uma lista de ips, ex:
                        -targets ips.txt
  -cidr CIDR, --cidr CIDR
                        passe um Cidr, ex: 192.168.0.1/24
  -o OUTPUT, --output OUTPUT
                        salvar os resultados
  -s, --silent          tirar o banner

Resolving an IP

./revlookup -target 140.82.113.31
./revlookup -target 87.248.98.39

Solving a Cidr

./revlookup -cidr 87.248.98.0/24

Resolving a file with IPS and Cidrs

The -targets argument needs a file with ips (CIDR or NORMAL) to work, example:

./revlookup -targets ips.txt

Saving results

./revlookup -target 140.82.113.31 --output subs.txt

Remove the Banner

./revlookup -target 140.82.113.31 --silent

revlookup's People

Contributors

yhunterdep avatar

Stargazers

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