Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.16 KB

reverse_ip

Open Source Love python GitHub version Open Source Love

A Python Based reverse_IP Script To Find The Domains On a Server

Requirements

  • Python (2.7.*)
  • Python pip
  • Python module requests
  • Python module colorama

Install modules

pip install -r requirements.txt

Tested on

  • Windows 7/8/8.1
  • Kali linux (2017.1)
  • Mac OSX 10.9.5
  • Termux 0.117

Changelog

  • Integrated Reverse IP Via Hacker Target's Api as Well!
  • Changed Script From Interactive To Non-Interactive.

Usage

Reverse IP Via Hacker Target's Api

python rev.py -r hackthissite.org

Reverse IP Via YouGet Signal's Api

python rev.py -s hackthissite.org

Reverse IP With Both Modules

python rev.py --all hackthissite.org