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

feature request ip adress #25

Closed BillyTi closed 7 months ago

BillyTi commented 7 months ago

Hey Fabian, awesome work with the scanner. it would be very cool if you choose the -json format so that the ouput also contains the corresponding ip when you run the scanner in a loop against an ip list

regards ;)

TrueSkrillor commented 7 months ago

Thanks for the feature request; fully agree with you (otherwise, script-based scanning is more complicated than it should be). I will make sure to add this feature and release a new version as soon as I get to it.

BillyTi commented 7 months ago

ya i know what u mean, i tested the scanner in a larger environment. it is then very confusing which are vulnerable and which are not. that would be very helpful, especially for larger companies. but again thank you ;) ...

TrueSkrillor commented 7 months ago

FYI: I just released v1.1.3, adding this feature to the scanner. In addition to the IP address, the port will also be included.