revip
reverse IP lookups to find other domains on the same IP Address.
git clone https://github.com/zyfoxx/revip.git
cd revip
chmod +x setup.sh
./setup.sh
revip -h
This will display help for the tool.
Usage:
revip -i <ip> [options]
Options:
-i <ip> IP address to lookup
-o <file> Save results to output file (text or JSON)
-ratelimit <n> Set rate limit in requests per second (default: 10)
-proxy <url> Use proxy (e.g., http://127.0.0.1:8080 or socks5://127.0.0.1:1080)
-insecure Allow insecure TLS (skip certificate verification)
-validate Only return active domains
-h Show this help message
Example:
revip -i 8.8.8.8
revip -i 8.8.8.8 -o results.txt
revip -i 8.8.8.8 -o results.json
revip -i 8.8.8.8 -validate
revip -i 8.8.8.8 -ratelimit 5 -proxy http://127.0.0.1:8080
See DISCLAIMER.md for important legal and ethical usage information.
MIT License. See LICENSE for details.
Probably yes. Here’s what you can do:
- Ignore it.
- Fork it and make it better.
- Read CONTRIBUTING.md and help me improve it.