Skip to content

Commit

Permalink
Added client audit functionality. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtesta committed Sep 27, 2019
1 parent 08677d6 commit fd3a1f7
Show file tree
Hide file tree
Showing 10 changed files with 181 additions and 42 deletions.
196 changes: 154 additions & 42 deletions ssh-audit.py

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions test/docker/expected_results/dropbear_2019.78_test1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@
(rec) -diffie-hellman-group14-sha1 -- kex algorithm to remove 
(rec) -hmac-sha1 -- mac algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

3 changes: 3 additions & 0 deletions test/docker/expected_results/openssh_4.0p1_test1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@
(rec) -rijndael-cbc@lysator.liu.se -- enc algorithm to remove 
(rec) -ssh-dss -- key algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

3 changes: 3 additions & 0 deletions test/docker/expected_results/openssh_5.6p1_test1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@
(rec) -ssh-dss -- key algorithm to remove 
(rec) -diffie-hellman-group14-sha1 -- kex algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

3 changes: 3 additions & 0 deletions test/docker/expected_results/openssh_5.6p1_test2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,6 @@
(rec) -rijndael-cbc@lysator.liu.se -- enc algorithm to remove 
(rec) -diffie-hellman-group14-sha1 -- kex algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

3 changes: 3 additions & 0 deletions test/docker/expected_results/openssh_5.6p1_test3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,6 @@
(rec) -rijndael-cbc@lysator.liu.se -- enc algorithm to remove 
(rec) -diffie-hellman-group14-sha1 -- kex algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

3 changes: 3 additions & 0 deletions test/docker/expected_results/openssh_5.6p1_test4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,6 @@
(rec) -rijndael-cbc@lysator.liu.se -- enc algorithm to remove 
(rec) -diffie-hellman-group14-sha1 -- kex algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

3 changes: 3 additions & 0 deletions test/docker/expected_results/openssh_5.6p1_test5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@
(rec) -rijndael-cbc@lysator.liu.se -- enc algorithm to remove 
(rec) -diffie-hellman-group14-sha1 -- kex algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

3 changes: 3 additions & 0 deletions test/docker/expected_results/openssh_8.0p1_test1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@
(rec) -umac-64-etm@openssh.com -- mac algorithm to remove 
(rec) -umac-64@openssh.com -- mac algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

3 changes: 3 additions & 0 deletions test/docker/expected_results/openssh_8.0p1_test2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@
(rec) -umac-64-etm@openssh.com -- mac algorithm to remove 
(rec) -umac-64@openssh.com -- mac algorithm to remove 

# additional info
(nfo) For hardening guides on common OSes, please see: <https://www.ssh-audit.com/hardening_guides.html>

0 comments on commit fd3a1f7

Please sign in to comment.