1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-16 10:42:02 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
fcb282e3c3 Typos found by codespell
Run codespell in CI
2021-09-14 13:33:39 +02:00
9e61b8ba13 Make vim modeline config consistent, cc 2021-06-01 14:31:31 +08:00
50ee914ee4 Make Shell Scripts' Shebang more consistent and portable 2021-05-31 15:27:37 +08:00
eead9f62d9 Fix typos found by codespell 2018-04-10 17:37:04 +02:00
69fa8ca378 several improvements
timeout: the TLS ticket check has a timeout, so that early on non-reachable hosts
are determined. If it is running into the timeout, it quits early. The
timeout is configurable via environment e.g. TIMEOUT=16 ./ticketbleed.bash <host>

Also other ports are allowed albeit it probably it is of limited use

Supplying no arg is now more user-friendly
2017-06-09 12:45:22 +02:00
15219475e9 strip supplied port automatically 2017-06-09 11:27:59 +02:00
53b6e2cfe8 changed PoC to a 3 rounder test (like testssl.sh) to increase reliability.
If different memory is returned each try it is for sure vulnerable. This
helps getting weird servers properly tested and weeds out false positives.
2017-06-07 18:16:18 +02:00
ac5b9a8a78 minor polishing, correct handshake length 2017-04-18 23:06:12 +02:00
dd9b3919fc PoC uploaded 2017-04-16 20:38:47 +02:00