ctfr: get the subdomains from a HTTPS website in a few seconds
CTFR
Do you miss AXFR technique? This tool allows getting the subdomains from an HTTPS website in a few seconds.
How does it work? CTFR does not use neither dictionary attack nor brute-force, it just abuses of Certificate Transparency logs.
For more information about CT logs, check www.certificate-transparency.org.
Installation
Requirement
- Python 3 or later
Installing
$ git clone https://github.com/UnaPibaGeek/ctfr.git
$ cd ctfr
$ pip3 install -r requirements.txt
Usage
python3 ctfr.py –help
-d –domain [target_domain] (required)
-o –output [output_file] (optional)
Copyright (C) 2018 Sheila A. Berta – (@UnaPibaGeek).
Source: https://github.com/UnaPibaGeek/