Expanded SOCKS5 protocol support, refactored exception handling, updated documentation, added more tests. (#347)

This commit is contained in:
Joe Testa
2026-06-20 10:07:14 -04:00
parent f369689cd1
commit 36def4b5ac
8 changed files with 137 additions and 111 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
.TH SSH-AUDIT 1 "June 14, 2026"
.TH SSH-AUDIT 1 "June 20, 2026"
.SH NAME
\fBssh-audit\fP \- SSH server & client configuration auditor
.SH SYNOPSIS
@@ -141,6 +141,11 @@ Runs a policy audit against a target using the specified policy (see \fBPOLICY A
.br
Skips the connection rate test during standard audits. By default, a few dozen TCP connections are created with the target host to see if connection throttling is implemented (this can safely infer whether the target is vulnerable to the DHEat attack; see CVE-2002-20001).
.TP
.B \-\-socks5 host:port
.br
Connects through a SOCKS5 proxy. Rate tests are automatically skipped (i.e.: implies \-\-skip\-rate\-test).
.TP
.B -t, \-\-timeout=<secs>
.br