Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.01 KB

SSL-OSINT-Tool

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.

Disclaimers

The Linux tool is still under development and doesnt offer all the functionalities of Powershell tool YET!

Installation

  1. Clone the repository:
  git clone [https://github.com/Aceilies/SSL-OSINT-Tool.git]

Usage

Powershell

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

Shell

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

Contributing

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.