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

Moved important bits into package for importability #16

Closed ajcollins0 closed 8 months ago

ajcollins0 commented 8 months ago

I am building stuff on top of this scanner and if this logic was inside a package it will allow me (and others) to import this logic rather than fork this repo and edit things as needed. I called the package "tscanner" because "scanner" is already a part of the std lib. Thank you for the work you've done on this and I hope all is well! :rocket: :christmas_tree: :santa:

TrueSkrillor commented 8 months ago

Thanks for coming up with this PR! While the original idea of the scanner was to be a simple console application, making it importable doesn't seem to be a bad idea.