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

Incompatibile GLIBC version on RHEL-7 #8

Closed ElvishArtisan closed 8 months ago

ElvishArtisan commented 8 months ago

'Terrapin_Scanner_Linux_amd64' throws:

/lib64/libc.so.6: version `GLIBC_2.34` not found (required by ./Terrapin_Scanner_Linux_amd64)

on RHEL-7 (x86_64). Any chance of getting a statically-linked binary?

TrueSkrillor commented 8 months ago

Thanks for the report. I intended the binaries to be statically linked (though I didn't check that). The v1.1.0 binaries and onwards are now built with CGO_ENABLED=0, yielding statically linked binaries.

Fixed in #9.

ElvishArtisan commented 8 months ago

Thanks! Tested and verified working on RHEL-7.