https://github.com/az0mb13/brrr
Project Discover's TLSX parser to show output for deprecated protocols and weak cipher suites in Markdown
https://github.com/az0mb13/brrr
pentest-scripts security-automation security-tools tls tlsx
Last synced: about 1 year ago
JSON representation
Project Discover's TLSX parser to show output for deprecated protocols and weak cipher suites in Markdown
- Host: GitHub
- URL: https://github.com/az0mb13/brrr
- Owner: az0mb13
- Created: 2023-05-17T16:42:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T17:39:02.000Z (almost 3 years ago)
- Last Synced: 2024-10-23T20:11:21.712Z (over 1 year ago)
- Topics: pentest-scripts, security-automation, security-tools, tls, tlsx
- Language: Python
- Homepage:
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brrr3.0
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.
## Requirements
- Python 3.x
- tlsx
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/tls-analysis.git
```
2. Run Brrr and provide the domain.txt file
```bash
python brrr.py domain_file.txt
```
3. Wait for it to run and view the output on the CLI.
