SSL-OSINT-Tool is a script designed to fetch all related domains to a given domain using SSL Certificates hence show casing different attack vectors and discovering different assets.
The Linux tool is still under development and doesnt offer all the functionalities of Powershell tool YET!
- Clone the repository:
git clone [https://github.com/Aceilies/SSL-OSINT-Tool.git]
Run the Script and Enjoy the Interactive Tool or Use it from the command line directly (-u) for URL, (--json) to save output in json file, (--txt) to save output in txt file.
.\SSL-OSINT-Tool.ps1 -u example.com --txt
Run the Script and Enjoy the Interactive Tool or Use it from the command line directly (-u) for URL.
bash ./SSL-OSINT-Tool.sh -u example.com
Contributions to SSL-OSINT-Tool are welcome! If you have suggestions, bug reports, or want to add new features, please open an issue or submit a pull request.