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

Unable to listen on Windows 11 to test vulnerable clients #14

Closed nickidw closed 8 months ago

nickidw commented 8 months ago

The Terrapin_Scanner_Windows_amd64.exe scanner returns the following error when run on Windows 11 in a command prompt with Administrative rights:

panic: listen tcp: lookup tcp/127.0.0.1: getaddrinfow: The specified class was not found.

goroutine 1 [running]: main.main() /home/fabian/GolandProjects/Terrapin-Scanner/main.go:323 +0x1b6

nickidw commented 8 months ago

Update: You need to specify a port when listening, then it works correctly.