Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 581 Bytes

revIPLookup

Small tool to run reverse IP lookup for given IP, IP range or IP list

Installation

# git clone https://github.com/1uffyD9/revIPLookup.git
# cd revIPLookup
# pip3 install -r requirements.txt or pip install -r requirements.txt
# chmod +x revIPLookup.py
# ln -sf `pwd`/revIPLookup.py /usr/local/bin/revIPLookup

Syntax

# revIPLookup -i <IP/IP range> # Ex: (use either x.x.x.x or x.x.x.x/x)
# revIPLookup -f <IPListFile>

Screenshot

image