jtesta / ssh-audit

SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
MIT License
3.36k stars 176 forks source link

Modified OutputBuffer to have an error function to output to stderr #264

Open FlyingPhish opened 5 months ago

FlyingPhish commented 5 months ago

Added error function to OutputBuffer to output errors to stderr, then changed a bunch of .fails where the values were error: or [exception].

Have tested and code appears to work as intended.

jtesta commented 2 months ago

@FlyingPhish : I provided feedback on some of your proposed changes. Looks good otherwise.

jtesta commented 1 week ago

@FlyingPhish: if you're able to make the minor changes I requested in the review, and resolve the merge conflict, I can go ahead and merge this. Thanks!