Brrr3.0 is a parser on top of Project Discovery's TLSX tool. This takes a list of hosts as input and returns a markdown output in the CLI.
The output contains a list of Deprecated Protocols and Weak Cipher Suites for the domains provided.
- Python 3.x
- tlsx
-
Clone the repository:
git clone https://github.com/your-username/tls-analysis.git
-
Run Brrr and provide the domain.txt file
python brrr.py domain_file.txt
-
Wait for it to run and view the output on the CLI.