Reversino is a Python tool for finding subdomains from IP ranges or CIDR subnets. It uses the Reverse DNS Lookup method, which involves performing a reverse DNS lookup on each IP within the range. This technique attempts to resolve each IP address to an associated domain name.
Last update: 18 Nov 2024
- 10 Oct 2024: Now Reversino supports integration with Discord via webhook to receive notifications in your channel.
- 18 Nov 2024: Bug Fix.
pip install -r requirements.txtpython3 Reversino.py -h--helpor-hshow this help message and exit.--fileor-fPath to te file containing IP ranges (format: start-end) or CIDR (e.g., 195.49.41.0/24) or file contains both IP ranges and CIDR subnets.
Contents of the file range_all.txt:
173.0.84.0/28
173.0.84.190-173.0.84.200
Usage:
python3 Reversino.py -f range_all.txtContents of the file range_start-end.txt:
173.0.84.190-173.0.84.200
Usage:
python3 Reversino.py -f range_start-end.txtContents of the file range_cidr.txt:
173.0.84.0/28
Usage:
python3 Reversino.py -f range_cidr.txtBy creating a webhook endpoint on your Discord server, you will generate a webhook URL that you can insert into the source code to receive notifications.
This is what you will see in your Discord channel:





