RUB-NDS / Terrapin-Scanner

This repository contains a simple vulnerability scanner for the Terrapin attack present in the paper "Terrapin Attack: Breaking SSH Channel Integrity By Sequence Number Manipulation".
https://terrapin-attack.com
Apache License 2.0
931 stars 62 forks source link

feat: Add JSON and colored output #7

Closed TrueSkrillor closed 8 months ago

TrueSkrillor commented 8 months ago

This PR introduces support for JSON formatted output via the --json flag, as well as colored output (enabled by default, can be turned off via --no-color).

Closes #2