Skip to content

TufayelLUS/Bulk-Reverse-IP-Grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Bulk Reverse IP Tool

WARNING: this script will generate a huge list of domains and will take time to generate websites depending on your internet speed (up to millions!).
Keeping in mind Python's maximum ability to read and write files, kindly do not try to get millions of site at one shot, rather take time and do that in part by part! And if you see nothing is fetched after some moment, it's probably because the site is blocking massive requests from your IP address. Try using tor chain network to get rid of being blocked from sending requests to the source server. Although I added a sleep timer of 1-2 seconds, if that doesn't help, increase the sleep(value) in the code or delete it if you are sure you are not going to be blocked by the server.
This is not the usual Reverse IP address lookup tool you see around!
The special ability of this script is, it will generate a valid IP address range for each of the IP addresses you provide! So, that's going to become a massive thing for you! Try it, and let me know your feelings about it!

Install additional library using the command:

pip install requests

Usage:

$terminal: python grab.py
--> IP list file name: list.txt
--> [!] Enable IP range generator? (y/n): y


list.txt file should contain unique IP addresses separated by new lines so that your data does not become duplicate thus wasting unusual time!
The rest of the work is automated!
You can toggle between range generator mode.
Contact for support: no support!
Thanks to statsnode.com
All information collected are provided by statsnode and I will not be responsible for what you do with the information collected by this script.
Don't forget to follow and give stars if like!

About

A python tool to generate nearest reverse IP ranges from a given IP address (uses statsnode)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages