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

Use slices from exp repo #17

Closed brookst closed 8 months ago

brookst commented 8 months ago

The 'slices' module is not built in to older versions of go e.g. go1.18 on Ubuntu 22.04 LTS. Importing from golang.org/x/exp explicitly works on older and newer versions.

Tested with go1.18.1 and go1.21.5

TrueSkrillor commented 8 months ago

Thanks! Rebased onto main due to the changes made by #16.