Commit Graph

  • 2faad9de9a - working tls handshake with bash sockets (not yet in production, hint: see option "-q" in the bottom) Dirk 2015-03-17 18:11:18 +01:00
  • c4877799ec - check whether openssl is executable - spaces to tabs - adding hint to "aha" in help Dirk 2015-03-17 15:14:58 +01:00
  • c159af7f42 - check whether openssl is executable - spaces to tabs - adding hint to "aha" in help Dirk 2015-03-17 15:14:58 +01:00
  • 761e854610 - FIX for date --> applied to other BSD systems too - FIX for SNI output as it doensn';t make sense for non HTTP servives - lines for RC4 and PFS shortenedA - display all MX records to test before testing - removed LOCERR, added CCS_MAX_WAITSOCK, HEARTBLEED_MAX_WAITSOCK Dirk 2015-03-17 12:22:21 +01:00
  • 263535520f - FIX for date --> applied to other BSD systems too - FIX for SNI output as it doensn';t make sense for non HTTP servives - lines for RC4 and PFS shortenedA - display all MX records to test before testing - removed LOCERR, added CCS_MAX_WAITSOCK, HEARTBLEED_MAX_WAITSOCK Dirk 2015-03-17 12:22:21 +01:00
  • c8090600b6 - some internal code internal cleanups - minor cosmetic output corrections - preparation for bash sockets for SSLv3 to TLS 1.2 Dirk 2015-03-16 00:22:51 +01:00
  • f8ba69f9fb - some internal code internal cleanups - minor cosmetic output corrections - preparation for bash sockets for SSLv3 to TLS 1.2 Dirk 2015-03-16 00:22:51 +01:00
  • 41c4ed94c1 further improvements through shellcheck Dirk 2015-03-15 16:59:29 +01:00
  • 4556108a72 further improvements through shellcheck Dirk 2015-03-15 16:59:29 +01:00
  • 639258cfe0 FIX #74 for sed BSD: doesn't like inline \n headline for BEAST was missing Dirk 2015-03-15 16:10:14 +01:00
  • 68695bbad3 FIX #74 for sed BSD: doesn't like inline \n headline for BEAST was missing Dirk 2015-03-15 16:10:14 +01:00
  • c2ece82d9b - FIX: regression for wc -l w/o cat (3x) - removal of unneccessary waitpid, inline Dirk 2015-03-15 14:41:34 +01:00
  • 655944bd4d - FIX: regression for wc -l w/o cat (3x) - removal of unneccessary waitpid, inline Dirk 2015-03-15 14:41:34 +01:00
  • bdd0602c1f - prework for checking hpkp fingerprints Dirk 2015-03-15 10:18:37 +01:00
  • fbd383f345 - prework for checking hpkp fingerprints Dirk 2015-03-15 10:18:37 +01:00
  • 7d43dd7c8a - Shellcheck static analysis by Mark Dirk 2015-03-15 09:04:49 +01:00
  • 5cd4b8f73e - Shellcheck static analysis by Mark Dirk 2015-03-15 09:04:49 +01:00
  • 06268de428 Merge pull request #73 from feld/master Dirk Wetter 2015-03-15 08:56:01 +01:00
  • bf411d8c11 Merge pull request #73 from feld/master Dirk Wetter 2015-03-15 08:56:01 +01:00
  • 5478fe14e7 Make date command work with both Linux and FreeBSD Mark Felder 2015-03-13 15:51:50 -05:00
  • 2684f5c392 Make date command work with both Linux and FreeBSD Mark Felder 2015-03-13 15:51:50 -05:00
  • b57d535341 Merge branch 'master' of github.com:feld/testssl.sh Mark Felder 2015-03-13 15:24:37 -05:00
  • 6f15652121 Merge branch 'master' of github.com:feld/testssl.sh Mark Felder 2015-03-13 15:24:37 -05:00
  • fa83aa33c4 more ps >/dev/null fixes Mark Felder 2015-03-13 15:24:16 -05:00
  • 8cdd516ad1 more ps >/dev/null fixes Mark Felder 2015-03-13 15:24:16 -05:00
  • 4f6e94ab29 More useless cat Mark Felder 2015-03-13 15:19:47 -05:00
  • 8d965f7c71 More useless cat Mark Felder 2015-03-13 15:19:47 -05:00
  • 541788fcad Remove 2>&1 for the ps $pid lines; it's unnecessary Mark Felder 2015-03-13 15:16:21 -05:00
  • 7babe7478d Remove 2>&1 for the ps $pid lines; it's unnecessary Mark Felder 2015-03-13 15:16:21 -05:00
  • 69dfc1f322 Merge branch 'master' of github.com:feld/testssl.sh Mark Felder 2015-03-13 15:12:45 -05:00
  • c83e1b98e2 Merge branch 'master' of github.com:feld/testssl.sh Mark Felder 2015-03-13 15:12:45 -05:00
  • 268b3b02f4 Remove useless kittens Mark Felder 2015-03-13 15:10:36 -05:00
  • 8ad1cca0ab Remove useless kittens Mark Felder 2015-03-13 15:10:36 -05:00
  • 6747974bc3 Revert to 2>&1 > /dev/null order because it isn't behaving correctly. Mark Felder 2015-03-13 14:56:30 -05:00
  • 4cdc89aa61 Revert to 2>&1 > /dev/null order because it isn't behaving correctly. Mark Felder 2015-03-13 14:56:30 -05:00
  • f530eaf5fc Replace expr with $(( )) Mark Felder 2015-03-13 14:54:36 -05:00
  • 59ed025f36 Replace expr with $(( )) Mark Felder 2015-03-13 14:54:36 -05:00
  • 846dbad3d2 Fix missing single quote Mark Felder 2015-03-13 14:26:02 -05:00
  • 73202da2fd Fix missing single quote Mark Felder 2015-03-13 14:26:02 -05:00
  • 95b842ee49 Fix order of the redirect Mark Felder 2015-03-13 10:00:14 -05:00
  • b7b88a03e7 Fix order of the redirect Mark Felder 2015-03-13 10:00:14 -05:00
  • 4b513de6c0 Replace backticks with $(..) Mark Felder 2015-03-13 09:52:39 -05:00
  • 305fcca2ae Replace backticks with $(..) Mark Felder 2015-03-13 09:52:39 -05:00
  • d31b517b31 - @feld Dirk 2015-03-13 12:21:06 +01:00
  • b5a568da62 - @feld Dirk 2015-03-13 12:21:06 +01:00
  • dc05ff9b13 - FIX garbled output for servers with a TLS reply on SSLv2 socket call Dirk 2015-03-13 12:20:19 +01:00
  • c1ca5a641b - FIX garbled output for servers with a TLS reply on SSLv2 socket call Dirk 2015-03-13 12:20:19 +01:00
  • 1ca03e3ed9 Merge pull request #72 from feld/feld Dirk Wetter 2015-03-13 11:00:52 +01:00
  • 74d984cebc Merge pull request #72 from feld/feld Dirk Wetter 2015-03-13 11:00:52 +01:00
  • d4deef5920 Minor optimizations to redunce unnecessary forking Mark Felder 2015-03-11 12:13:38 -05:00
  • f037a3f811 Minor optimizations to redunce unnecessary forking Mark Felder 2015-03-11 12:13:38 -05:00
  • 7348093a12 FIX for #71 (proper workaround for lastpipe in rc4, pfs, and cbc) Dirk 2015-03-09 08:07:45 +01:00
  • d8d8318f6d FIX for #71 (proper workaround for lastpipe in rc4, pfs, and cbc) Dirk 2015-03-09 08:07:45 +01:00
  • 8b67fa3889 - NEW: proper check for freak CVE-2015-0204 - NEW: check for number of keys for hpkp - cleanup hsts+hpkp Dirk 2015-03-07 09:51:55 +01:00
  • 77e28922c1 - NEW: proper check for freak CVE-2015-0204 - NEW: check for number of keys for hpkp - cleanup hsts+hpkp Dirk 2015-03-07 09:51:55 +01:00
  • 48f5d6db87 - MX record: the lower the # the higher the priority (thx, rechi) Dirk 2015-03-03 07:21:30 +01:00
  • f23904b35f - MX record: the lower the # the higher the priority (thx, rechi) Dirk 2015-03-03 07:21:30 +01:00
  • 8288bbd375 - see #41 Dirk 2015-03-02 14:44:02 +01:00
  • 77ed44207c - see #41 Dirk 2015-03-02 14:44:02 +01:00
  • 2d6c087f84 - finalize mx records, FIX: #41 Dirk 2015-03-02 14:42:28 +01:00
  • 55e8908234 - finalize mx records, FIX: #41 Dirk 2015-03-02 14:42:28 +01:00
  • 21f3cbf009 Merge pull request #66 from Rechi/master Dirk Wetter 2015-03-02 14:13:33 +01:00
  • 2614c093d7 Merge pull request #66 from Rechi/master Dirk Wetter 2015-03-02 14:13:33 +01:00
  • 4e4e85fe96 - remark about rc4 rfc Dirk 2015-03-02 14:09:34 +01:00
  • 37fa44cecf - remark about rc4 rfc Dirk 2015-03-02 14:09:34 +01:00
  • c279fb90b7 Update Readme.md Dirk Wetter 2015-03-02 13:59:45 +01:00
  • 3f55de1483 Update Readme.md Dirk Wetter 2015-03-02 13:59:45 +01:00
  • a6ef70a101 Check MX Records (#41) Rechi 2015-02-24 21:22:59 +01:00
  • 81afa43755 Check MX Records (#41) Rechi 2015-02-24 21:22:59 +01:00
  • 694d579110 - better detection for ssl poodle - change of shorticut from zero to letter o Dirk 2015-02-27 21:21:39 +01:00
  • 29214c7a1f - better detection for ssl poodle - change of shorticut from zero to letter o Dirk 2015-02-27 21:21:39 +01:00
  • d7c2dedd06 Merge pull request #65 from schuetzm/fix-nrsaved Dirk Wetter 2015-02-24 18:28:09 +01:00
  • 87f821e390 Merge pull request #65 from schuetzm/fix-nrsaved Dirk Wetter 2015-02-24 18:28:09 +01:00
  • a38344cd38 Don't let error message slip through when no certs have been downloaded Marc Schütz 2015-02-24 18:10:28 +01:00
  • 274ee394e8 Don't let error message slip through when no certs have been downloaded Marc Schütz 2015-02-24 18:10:28 +01:00
  • c8e3bce79a Merge pull request #64 from PeterMosmans/spellingfix Dirk Wetter 2015-02-24 10:03:32 +01:00
  • 868c813055 Merge pull request #64 from PeterMosmans/spellingfix Dirk Wetter 2015-02-24 10:03:32 +01:00
  • e4c26089fa FIX: minor spelling issue Peter Mosmans 2015-02-24 14:57:43 +10:00
  • 5440b24b92 FIX: minor spelling issue Peter Mosmans 2015-02-24 14:57:43 +10:00
  • f193a0e5b0 - FIX #62 (CentOS 7/RHEL: engine failure), was not usable b4 Dirk 2015-02-23 10:40:10 +01:00
  • 8aa8254c2d - FIX #62 (CentOS 7/RHEL: engine failure), was not usable b4 Dirk 2015-02-23 10:40:10 +01:00
  • 092280e695 - FIXED: #38, new openssl from Peter Mosmans makes the workaround unneccessary v2.2 2.2 Dirk 2015-02-22 23:20:24 +01:00
  • f304c39a8a - FIXED: #38, new openssl from Peter Mosmans makes the workaround unneccessary Dirk 2015-02-22 23:19:24 +01:00
  • affac236ca - FIXED: #47 ("double" linefeed if RFC mapping file is not present) Dirk 2015-02-22 23:05:40 +01:00
  • d0d7bb47e2 - FIXED: #47 ("double" linefeed if RFC mapping file is not present) Dirk 2015-02-22 23:05:40 +01:00
  • 4e863e4fa5 - NEW: tells how many certificates provides (and grabs them with DEBUG=1) - COLOR for no cipher order is red now - "VULNERABLE" comes now always with "NOT ok" Dirk 2015-02-21 11:47:12 +01:00
  • e2448ea95d - NEW: tells how many certificates provides (and grabs them with DEBUG=1) - COLOR for no cipher order is red now - "VULNERABLE" comes now always with "NOT ok" Dirk 2015-02-21 11:47:12 +01:00
  • d16939ea8f - FIXED: #38, new openssl from Peter Mosmans makes the workaround unneccessary Dirk 2015-02-21 10:46:30 +01:00
  • 1be281c404 - FIXED: #38, new openssl from Peter Mosmans makes the workaround unneccessary Dirk 2015-02-21 10:46:30 +01:00
  • 14385bf435 - to tell the difference between the sets of binaries Dirk 2015-02-21 10:39:27 +01:00
  • a255462812 - to tell the difference between the sets of binaries Dirk 2015-02-21 10:39:27 +01:00
  • 31262a1011 - FIXED: #38, new openssl from peter mosmans makes the workaround unneccessary Dirk 2015-02-21 10:38:04 +01:00
  • bacb3b69ba - FIXED: #38, new openssl from peter mosmans makes the workaround unneccessary Dirk 2015-02-21 10:38:04 +01:00
  • 97337cb142 Update Readme.md Dirk Wetter 2015-02-15 14:10:11 +01:00
  • cacb200049 Update Readme.md Dirk Wetter 2015-02-15 14:10:11 +01:00
  • 966b75a893 - Fix #55 (302 detection for URL) Dirk 2015-02-15 14:00:13 +01:00
  • b261c1079a - Fix #55 (302 detection for URL) Dirk 2015-02-15 14:00:13 +01:00
  • 5ea0b8c281 - Fix #46 (preload lists HPKP and HSTS) - word match for includeSubDomains (useful if one specified the keyword wrong) Dirk 2015-02-15 13:37:44 +01:00
  • f203b8b299 - Fix #46 (preload lists HPKP and HSTS) - word match for includeSubDomains (useful if one specified the keyword wrong) Dirk 2015-02-15 13:37:44 +01:00
  • 388ffa8fe0 - FIX #60: mod_security CRS doesn't complain anymore Dirk 2015-02-15 13:14:11 +01:00