Giter Club home page Giter Club logo

acidreverser's Introduction

ACIDREVERSER

Reverse IP Lookup using hackertarget.com API.

What is a Reverse IP Lookup?

The technique known as Reverse IP Lookup is a way to identify hostnames that have DNS (A) records associated with an IP address.

A web server can be configured to server multiple virtual hosts from a single IP address. This is a common technique in shared hosting environments. It is also common in many organizations and can be an excellent way to expand the attack surface when going after a web server. If for example your primary target web site appears to be secure you may be able to gain access to the underlying operating system by attacking a less secure site on the same server. Bypassing the security controls of the target site.

Features

  1. Multithreading.
  2. Single and multiple target scanning.
  3. Can check with ip or website and auto-check for port 80 for mass ip scanning.
  4. Bypassing free hackertarget.com API limitation using proxies (auto grabbed proxies).

Installation

For Windows:

  1. Download python3
  2. During the installation add python to your path, how to ?
  3. Type this command in your CMD.exe
  python -m pip install http-request-randomizer

For Linux/Unix:

  1. Update your python3 using your package manager, exemple: apt for ubuntu or brew for mac os
  2. Type this command in your terminal
python3 -m pip install http-request-randomizer

Usage

DEMO

python3 ACIDREVERSER.py [-h] [-s TARGET] [-l LIST] -t THREAD

 1. -s : single target (IP or WEBSITE)
 2. -l : list or targets (IP or WEBSITE)
 3. -t : number of threads

License

MIT

acidreverser's People

Contributors

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