We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d45f75 commit cb634cfCopy full SHA for cb634cf
modules/auxiliary/scanner/ssl/openssl_ccs.rb
@@ -131,7 +131,7 @@ def ccs_injection
131
sock.put(ccs)
132
alert = sock.get_once(-1, response_timeout)
133
if alert.blank?
134
- print_good("#{peer} - No alert after invalid CSS message, probably vulnerable")
+ print_good("#{peer} - No alert after invalid CCS message, probably vulnerable")
135
report
136
elsif alert.unpack("C").first == ALERT_RECORD_TYPE
137
vprint_error("#{peer} - Alert record as response to the invalid CCS Message, probably not vulnerable")
0 commit comments