Skip to content

Unlimited Reverse IP Lookup using hackertarget.com API.

License

Notifications You must be signed in to change notification settings

KTN1990/ACIDREVERSER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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