Commit Graph

  • 7f54f09735 Fix E301 - expected 1 blank line, found 0 Jürgen Gmach 2020-06-09 18:09:44 +0200
  • 6986545d59 Fix E303 - too many blank lines Jürgen Gmach 2020-06-09 18:08:50 +0200
  • 2b563590a2 Fix E303 - too many blank lines Jürgen Gmach 2020-06-09 18:06:51 +0200
  • dd71022c84 Fix E305 - expected 2 blank lines Jürgen Gmach 2020-06-09 18:04:15 +0200
  • bb9c2aa5ec Fix E711 - comparison to None should be 'if cond is not None' Jürgen Gmach 2020-06-09 18:02:28 +0200
  • 7e910f2613 Fix E712 - comparison to False should be 'if cond is False' Jürgen Gmach 2020-06-09 15:09:49 +0200
  • cc923ce0b6 Fix E741 - ambiguous variable name 'l' Jürgen Gmach 2020-06-09 15:01:49 +0200
  • f5e0ae4a56 Fix F841 - variable assigned but never used Jürgen Gmach 2020-06-09 14:30:13 +0200
  • f8df704712 Update comment about Flake8: W504 Jürgen Gmach 2020-06-09 13:47:52 +0200
  • e1d205c437 Fix W605 - invalid escape syntax Jürgen Gmach 2020-06-09 13:45:36 +0200
  • 80f04259cd Apply Flake8 also on setup.py Jürgen Gmach 2020-06-09 13:36:58 +0200
  • 29d874b450
    Fix tox and finally make Travis green (#29) Jürgen Gmach 2020-06-08 22:38:22 +0200
  • d7cf6c445d Drop unsupported Python versions #29 Jürgen Gmach 2020-06-03 14:58:47 +0200
  • dc71d43ad9 Do not pin pytest and coverage version Jürgen Gmach 2020-06-03 14:21:35 +0200
  • 16cc9c5616 Skip test_ssh2_server_simple temporarily Jürgen Gmach 2020-06-01 09:37:16 +0200
  • 3d536a91ae Un-comment exception handling Jürgen Gmach 2020-06-01 09:25:11 +0200
  • c3714ca284 Set default values for Socket's ipvo and timeout Jürgen Gmach 2020-06-01 09:21:16 +0200
  • 2417ad7945 Make timeout_set optional Jürgen Gmach 2020-06-01 09:05:50 +0200
  • c40f61cdfc Let vulture only fail on 100% confidence Jürgen Gmach 2020-06-01 08:40:42 +0200
  • 5f96f4adb6 Let tox not fail on pylint errors Jürgen Gmach 2020-06-01 08:18:26 +0200
  • 5be8960492 Let tox not fail on mypy errors Jürgen Gmach 2020-06-01 07:06:57 +0200
  • ba48eb8492 Update .gitignore for mypy Jürgen Gmach 2020-06-01 07:04:36 +0200
  • 071b4379da Fix syntax error for mypy Jürgen Gmach 2020-06-01 00:14:39 +0200
  • 4456a8fd36 Unpin dependencies for mypy run Jürgen Gmach 2020-06-01 00:12:39 +0200
  • 433ee81fad Ignore all flake8 warnings - one by one Jürgen Gmach 2020-05-31 23:30:28 +0200
  • bbc4ab542d Added Homebrew installation instructions (#27). Joe Testa 2020-05-31 11:44:00 -0400
  • edc363db60 Suppress recommendation of token host key types. Joe Testa 2020-05-31 11:42:06 -0400
  • 4b314a55ef Added 2 new ciphers: AEAD_AES_128_GCM and AEAD_AES_256_GCM. Joe Testa 2020-03-24 14:12:15 -0400
  • 4ffae85325 Added hmac-sha3-224 MAC. Joe Testa 2020-03-20 09:16:41 -0400
  • 2c4fb971cd Added 1 new MAC: chacha20-poly1305@openssh.com. Joe Testa 2020-03-20 00:34:04 -0400
  • 1ac4041c09 Added one new host key type (ssh-rsa1) and one new cipher (blowfish). Joe Testa 2020-03-18 12:19:05 -0400
  • b70f4061cc Added PyPI and snap package info. Joe Testa 2020-03-12 23:20:31 -0400
  • c3aaf6e2a7 Added snap package support. Joe Testa 2020-03-12 21:56:23 -0400
  • f35c7dbee7 Updated PyPI notes. Joe Testa 2020-03-11 12:45:28 -0400
  • e447c42a79 Bumped version to v2.2.0. v2.2.0 Joe Testa 2020-03-11 11:55:14 -0400
  • 5292066e66 Added new ciphers (camellia128-cbc, camellia128-ctr, camellia192-cbc, camellia192-ctr, camellia256-cbc, camellia256-ctr). Fixed certain algorithms not appearing in the recommendations list (#16). Joe Testa 2020-03-10 19:22:15 -0400
  • c043570879
    Merge pull request #20 from KiloFoxtrotPapa/fix-lopt-port Joe Testa 2020-02-27 10:48:51 -0500
  • a04c96c5b2 Fix long option for port= #20 kfp 2020-02-21 22:21:54 -0800
  • c9a2f2955c Marked host key type 'ssh-rsa' as weak due to practical SHA-1 collisions. Joe Testa 2020-02-08 23:56:54 -0500
  • 99ae10440b Added new hostkey types for OpenSSH 8.2. Joe Testa 2020-02-08 19:05:36 -0500
  • 8cafcd4eb5 Added many new algorithms. Joe Testa 2020-02-08 18:44:42 -0500
  • 262e9b1826 Added *.exe and *.asc to ignore list. Joe Testa 2019-12-25 14:42:17 -0500
  • 06f868d76f Added timeout of 0 to container stop command. Joe Testa 2019-11-30 23:49:31 -0500
  • 8e3e8aa423 Updated README regarding Windows builds. Joe Testa 2019-11-30 17:15:54 -0500
  • 96b6a62f05 Added Windows build instructions and icon. Joe Testa 2019-11-30 16:55:43 -0500
  • 229a4f2af9 Bumped version number. Joe Testa 2019-11-26 12:13:56 -0500
  • 5c63f907f7 Updated pypi package description. Joe Testa 2019-11-26 12:13:07 -0500
  • cba89f70e3 Updated pypi notes. Joe Testa 2019-11-26 12:12:47 -0500
  • dc36622b50 Bumped version to v2.1.1. v2.1.1 Joe Testa 2019-11-26 11:48:18 -0500
  • 8e0b83176a Updated ChangeLog. Added link to hardening guide. Joe Testa 2019-11-26 11:47:35 -0500
  • a16eb2d6cb Added three new PuTTY vulns. Joe Testa 2019-11-18 22:08:17 -0500
  • 2848c1fb16 Added two new ciphers: 'des', and '3des'. Joe Testa 2019-11-18 20:22:12 -0500
  • 2cff202b32 Added two new host key types: 'rsa-sha2-256-cert-v01@openssh.com' and 'rsa-sha2-512-cert-v01@openssh.com'. Joe Testa 2019-11-14 16:45:40 -0500
  • dae92513fd During client tests, client IP is now listed in output. Joe Testa 2019-11-14 13:52:36 -0500
  • e101e22720 Bumped version number. Joe Testa 2019-11-14 11:07:16 -0500
  • b3a46e8318 Added pypi notes. Joe Testa 2019-11-14 11:06:05 -0500
  • 3606863ebf Updated client auditing screen shot. v2.1.0 Joe Testa 2019-11-14 10:15:30 -0500
  • cf1e069db4 Updated version to 2.1.0. Joe Testa 2019-11-14 08:56:43 -0500
  • 1e1220807f Updated README with client auditing screen shot and credit for JSON output code. Joe Testa 2019-11-14 08:56:14 -0500
  • 0263769243 Added JSON output tests to docker testing suite. Joe Testa 2019-11-08 18:40:32 -0500
  • e6c31ee4f5 Added JSON output to ChangeLog. Joe Testa 2019-11-08 11:10:41 -0500
  • 14e0ed0e00 Fixed minor whitespace issue. Joe Testa 2019-11-08 11:09:00 -0500
  • 0f21f2131c
    Merge pull request #12 from x-way/json_output Joe Testa 2019-11-08 11:06:09 -0500
  • b6c64d296b Add --json output option #12 Andreas Jaggi 2019-11-07 22:08:09 +0100
  • 1ec13c653e A timeout can now be specified when auditing client connections. Joe Testa 2019-11-06 20:40:25 -0500
  • a401afd099 Merged arthepsy/ssh-audit#47 Joe Testa 2019-10-25 11:48:02 -0400
  • 8a3ae321f1 Added five kex algorithms: gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g==, gss-group14-sha1-, gss-group14-sha1-toWM5Slw5Ew8Mqkay+al2g==, gss-group14-sha256-toWM5Slw5Ew8Mqkay+al2g==, gss-group15-sha512-toWM5Slw5Ew8Mqkay+al2g==; added four ciphers: idea-cbc, serpent128-cbc, serpent192-cbc, serpent256-cbc; added four MACs: hmac-ripemd, hmac-sha256-96@ssh.com, umac-32@openssh.com, umac-96@openssh.com. Joe Testa 2019-10-25 11:27:22 -0400
  • e62b548677 Updated info on curve25519-sha256 kex. Joe Testa 2019-10-21 11:50:23 -0400
  • fd85e247e7 Improved IPv4/IPv6 error handling during client testing. Joe Testa 2019-10-10 23:09:45 -0400
  • e3a59a3e21 Client auditing feature now supports IPv6. Joe Testa 2019-10-09 22:29:56 -0400
  • 4ebefdf894 Updated usage message. Joe Testa 2019-10-09 21:12:09 -0400
  • 83544836c9 Fixed client parsing crash. Joe Testa 2019-10-09 20:57:31 -0400
  • 4c9b871f5c Removed duplicate MAC. Joe Testa 2019-10-07 11:00:11 -0400
  • 1d707276d7 Updated README. Joe Testa 2019-10-07 10:59:52 -0400
  • 166c93ace4 Updated project description to mention client auditing ability. Joe Testa 2019-09-27 18:19:49 -0400
  • 9759480ae4 Updated ChangeLog. Joe Testa 2019-09-27 18:16:50 -0400
  • fd3a1f7d41 Added client audit functionality. (#3) Joe Testa 2019-09-27 18:14:36 -0400
  • 08677d65b1 Added potential fix for additional crash against Sun_SSH. Joe Testa 2019-09-19 22:25:30 -0400
  • 8c5493ae3e Added 2 key exchanges (ecdh-sha2-1.3.132.0.10, curve448-sha512), 1 host key type (ecdsa-sha2-1.3.132.0.10), and 2 MACs (hmac-sha2-256-96-etm@openssh.com, hmac-sha2-512-96-etm@openssh.com). Joe Testa 2019-09-19 22:19:26 -0400
  • 14af53cf04 Updated ChangeLog for v2.1.0. Joe Testa 2019-09-19 20:10:37 -0400
  • bbf6204ce1 Add support for Sun_SSH (on Solaris). Add 'gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==' key exchange. Joe Testa 2019-09-19 20:08:10 -0400
  • 0df63c20ac Updated screen shot. Joe Testa 2019-09-05 18:52:32 -0400
  • 209bcab427 Added entries to .gitignore. Joe Testa 2019-09-04 15:06:49 -0400
  • eac81455a9 Added PyPI package support. Joe Testa 2019-09-04 15:05:07 -0400
  • bce9e2b152 Added new KEX: diffie-hellman-group15-sha256. Joe Testa 2019-09-03 20:41:53 -0400
  • f5431559ff Bumped version number. Joe Testa 2019-08-29 16:52:38 -0400
  • 6f60722455 Fixed version number. v2.0.0 Joe Testa 2019-08-29 15:53:35 -0400
  • f7cbe71aba Updated for v2.0.0 release. Joe Testa 2019-08-29 15:34:19 -0400
  • c185a25af1 For unrecognized servers, only recommend algorithm changes & removals, not additions (since they can be very inaccurate). Joe Testa 2019-08-28 00:37:55 -0400
  • 7221413567 Added TinySSH test. Joe Testa 2019-08-27 22:28:24 -0400
  • 747177c1c7 Added TinySSH support. Fixes #7. Joe Testa 2019-08-27 17:02:03 -0400
  • 6846b1bf29 Added two KEX algorithms: diffie-hellman-group16-sha256 and diffie-hellman-group-exchange-sha512@ssh.com. Joe Testa 2019-08-26 15:28:37 -0400
  • af7e2a088c Added hmac-sha512 and hmac-sha512@ssh.com MACs. Added diffie-hellman-group17-sha512 key exchange. Joe Testa 2019-08-26 15:19:49 -0400
  • 120f898539 Added Dropbear test. Joe Testa 2019-08-26 14:45:31 -0400
  • 0b034b8226 Marked 3des-ctr as a weak cipher. Joe Testa 2019-08-26 14:44:35 -0400
  • 4ebccb8068 Added OpenSSH v4.0 test. Joe Testa 2019-08-22 16:48:23 -0400
  • 4f138d7f82 Added docker testing framework. Joe Testa 2019-08-22 16:04:46 -0400
  • 7a06b872f9 Fixed automatic links in changelog. Joe Testa 2019-08-22 15:54:14 -0400
  • 6baff0f8fe Updated changelog for v2.0.0. Joe Testa 2019-08-22 15:49:10 -0400
  • af663da838 Now SHA256 fingerprints are displayed for RSA and ED25519 host keys. Fixes #2. Joe Testa 2019-08-22 15:47:37 -0400