Revip
performs reverse IP lookups to list other domains on the same server—useful for finding phishing sites or shared‑hosting neighbors.
git clone https://github.com/ZyFoxX/Revip.git
cd Revip
chmod +x setup.sh
./setup.sh
- Scan single IP:
revip -i 8.8.8.8
- Scan multiple IPs from file:
revip -f iptoscan.txt
- Save results to a file:
revip -i 8.8.8.8 -o results.txt
revip -f iptoscan.txt -o results.txt
- Help:
revip -h
-i
— IP address to lookup-f
— File containing IPs-o
— Save results to output file (text)-h
— Show help message
This tool is intended for educational and authorized security testing purposes only.
By using this software, you agree to:
- Only test systems/assets you own or have explicit, written permission to test.
- Comply with all applicable local, state, and federal laws.
- Accept full responsibility for any actions performed with this tool.
The authors and contributors of this project assume no liability and will not be responsible for any misuse or damage caused, directly or indirectly, by this software.
Probably yes. Here’s what you can do:
- Ignore it.
- Fork it and make it better.
- Read CONTRIBUTING.md and help me improve it.
MIT License. See LICENSE for details.