Dirk Wetter
c0e6777666
Merge pull request #76 from feld/printf
...
Fix variable directly referenced in printf
2015-03-19 09:14:32 +01:00
Mark Felder
1791af3659
Fix variable directly referenced in printf
2015-03-18 15:43:06 -05:00
Mark Felder
bd95459c8d
Using square brackets in tr results in trying to match/replace them
2015-03-18 15:42:21 -05:00
Dirk
7157d094bb
Дилян
2015-03-17 22:14:05 +01:00
Dirk
485f0f8080
- FIX for 3des cipher report (thx Дилян)
2015-03-17 22:12:25 +01:00
Dirk
1de535cc25
- added two pairs of ciphers to server preference (thx Dilian)
2015-03-17 22:02:23 +01:00
Dirk
79396acf97
- working tls handshake with bash sockets (not yet in production, hint: see option "-q" in the bottom)
2015-03-17 18:11:18 +01:00
Dirk
c4877799ec
- check whether openssl is executable
...
- spaces to tabs
- adding hint to "aha" in help
2015-03-17 15:14:58 +01:00
Dirk
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
2015-03-17 12:22:21 +01:00
Dirk
c8090600b6
- some internal code internal cleanups
...
- minor cosmetic output corrections
- preparation for bash sockets for SSLv3 to TLS 1.2
2015-03-16 00:22:51 +01:00
Dirk
41c4ed94c1
further improvements through shellcheck
2015-03-15 16:59:29 +01:00
Dirk
639258cfe0
FIX #74 for sed BSD: doesn't like inline \n
...
headline for BEAST was missing
2015-03-15 16:10:14 +01:00
Dirk
c2ece82d9b
- FIX: regression for wc -l w/o cat (3x)
...
- removal of unneccessary waitpid, inline
2015-03-15 14:41:34 +01:00
Dirk
bdd0602c1f
- prework for checking hpkp fingerprints
2015-03-15 10:18:37 +01:00
Dirk
7d43dd7c8a
- Shellcheck static analysis by Mark
2015-03-15 09:04:49 +01:00
Dirk Wetter
06268de428
Merge pull request #73 from feld/master
...
Shellcheck static analysis
2015-03-15 08:56:01 +01:00
Mark Felder
5478fe14e7
Make date command work with both Linux and FreeBSD
2015-03-13 15:51:50 -05:00
Mark Felder
b57d535341
Merge branch 'master' of github.com:feld/testssl.sh
2015-03-13 15:24:37 -05:00
Mark Felder
fa83aa33c4
more ps >/dev/null fixes
...
more useless cat
2015-03-13 15:24:16 -05:00
Mark Felder
4f6e94ab29
More useless cat
2015-03-13 15:19:47 -05:00
Mark Felder
541788fcad
Remove 2>&1 for the ps $pid lines; it's unnecessary
2015-03-13 15:16:21 -05:00
Mark Felder
69dfc1f322
Merge branch 'master' of github.com:feld/testssl.sh
2015-03-13 15:12:45 -05:00
Mark Felder
268b3b02f4
Remove useless kittens
2015-03-13 15:10:36 -05:00
Mark Felder
6747974bc3
Revert to 2>&1 > /dev/null order because it isn't behaving correctly.
2015-03-13 14:56:30 -05:00
Mark Felder
f530eaf5fc
Replace expr with $(( ))
...
https://github.com/koalaman/shellcheck/wiki/SC2003
2015-03-13 14:54:36 -05:00
Mark Felder
846dbad3d2
Fix missing single quote
2015-03-13 14:26:02 -05:00
Mark Felder
95b842ee49
Fix order of the redirect
...
https://github.com/koalaman/shellcheck/wiki/SC2069
2015-03-13 10:00:14 -05:00
Mark Felder
4b513de6c0
Replace backticks with $(..)
...
https://github.com/koalaman/shellcheck/wiki/SC2006
2015-03-13 09:52:39 -05:00
Dirk
d31b517b31
- @feld
2015-03-13 12:21:06 +01:00
Dirk
dc05ff9b13
- FIX garbled output for servers with a TLS reply on SSLv2 socket call
2015-03-13 12:20:19 +01:00
Dirk Wetter
1ca03e3ed9
Merge pull request #72 from feld/feld
...
Minor optimizations to reduce unnecessary forking
2015-03-13 11:00:52 +01:00
Mark Felder
d4deef5920
Minor optimizations to redunce unnecessary forking
2015-03-11 12:13:38 -05:00
Dirk
7348093a12
FIX for #71 (proper workaround for lastpipe in rc4, pfs, and cbc)
2015-03-09 08:07:45 +01:00
Dirk
8b67fa3889
- NEW: proper check for freak CVE-2015-0204
...
- NEW: check for number of keys for hpkp
- cleanup hsts+hpkp
2015-03-07 09:51:55 +01:00
Dirk
48f5d6db87
- MX record: the lower the # the higher the priority (thx, rechi)
2015-03-03 07:21:30 +01:00
Dirk
8288bbd375
- see #41
2015-03-02 14:44:02 +01:00
Dirk
2d6c087f84
- finalize mx records, FIX : #41
2015-03-02 14:42:28 +01:00
Dirk Wetter
21f3cbf009
Merge pull request #66 from Rechi/master
...
Check MX Records (#41 )
2015-03-02 14:13:33 +01:00
Dirk
4e4e85fe96
- remark about rc4 rfc
2015-03-02 14:09:34 +01:00
Dirk Wetter
c279fb90b7
Update Readme.md
2015-03-02 13:59:45 +01:00
Rechi
a6ef70a101
Check MX Records ( #41 )
2015-02-28 14:12:58 +01:00
Dirk
694d579110
- better detection for ssl poodle
...
- change of shorticut from zero to letter o
2015-02-27 21:21:39 +01:00
Dirk Wetter
d7c2dedd06
Merge pull request #65 from schuetzm/fix-nrsaved
...
Don't let error message slip through when no certs have been downloaded
2015-02-24 18:28:09 +01:00
Marc Schütz
a38344cd38
Don't let error message slip through when no certs have been downloaded
2015-02-24 18:10:28 +01:00
Dirk Wetter
c8e3bce79a
Merge pull request #64 from PeterMosmans/spellingfix
...
FIX: minor spelling issue
2015-02-24 10:03:32 +01:00
Peter Mosmans
e4c26089fa
FIX: minor spelling issue
2015-02-24 14:57:43 +10:00
Dirk
f193a0e5b0
- FIX #62 (CentOS 7/RHEL: engine failure), was not usable b4
2015-02-23 10:40:10 +01:00
Dirk
affac236ca
- FIXED : #47 ("double" linefeed if RFC mapping file is not present)
2015-02-22 23:05:40 +01:00
Dirk
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"
2015-02-21 11:47:12 +01:00
Dirk
d16939ea8f
- FIXED : #38 , new openssl from Peter Mosmans makes the workaround unneccessary
2015-02-21 10:46:30 +01:00