File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Features
6
6
7
- Thanks to the integrated analyzers, TLSAssistant is currently able to detect and provide mitigations for:
8
-
9
- - 3SHAKE
10
- - Bar Mitzvah
11
- - BREACH
12
- - Client-Initiated Renegotiation DoS
13
- - CRIME
14
- - DROWN
15
- - HSTS not set
16
- - HTTPS not enforced
17
- - HTTPS not preloaded
18
- - Lucky13
19
- - Missing Certificate Transparency
20
- - POODLE
21
- - RC4NOMORE
22
- - ROBOT
23
- - SLOTH
24
- - Sweet32
25
- - Unsecure Android TrustManagers
7
+ Thanks to the integrated analyzers, TLSAssistant is currently able to detect and provide mitigations for:
8
+ - [ 3SHAKE] ( https://mitls.org/pages/attacks/3SHAKE )
9
+ - [ Bar Mitzvah] ( https://www.imperva.com/docs/HII_Attacking_SSL_when_using_RC4.pdf )
10
+ - [ BREACH] ( http://breachattack.com )
11
+ - [ Client-Initiated Renegotiation DoS] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1473 )
12
+ - [ CRIME] ( https://docs.google.com/presentation/d/11eBmGiHbYcHR9gL5nDyZChu_-lCa2GizeuOfaLU2HOU/edit#slide=id.g1d134dff_1_222 )
13
+ - [ DROWN] ( https://drownattack.com )
14
+ - [ HSTS not preloaded] ( https://hstspreload.org )
15
+ - [ HSTS not set] ( https://tools.ietf.org/html/rfc6797 )
16
+ - [ HTTPS not enforced] ( https://tools.ietf.org/html/rfc6797#section-7.2 )
17
+ - [ Lucky13] ( http://www.isg.rhul.ac.uk/tls/Lucky13.html )
18
+ - [ Missing Certificate Transparency] ( http://www.certificate-transparency.org )
19
+ - [ POODLE] ( https://www.openssl.org/~bodo/ssl-poodle.pdf )
20
+ - [ RC4NOMORE] ( https://www.rc4nomore.com )
21
+ - [ ROBOT] ( https://robotattack.org )
22
+ - [ SLOTH] ( https://www.mitls.org/pages/attacks/SLOTH )
23
+ - [ Sweet32] ( https://sweet32.info )
24
+ - [ Unsecure Android TrustManagers] ( https://dl.acm.org/citation.cfm?id=2382205 )
26
25
27
26
## Dependencies
28
27
You can’t perform that action at this time.
0 commit comments