Skip to content

Commit cb634cf

Browse files
committed
Fixed annoying typo that shows up in validation screenshots
1 parent 6d45f75 commit cb634cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ssl/openssl_ccs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def ccs_injection
131131
sock.put(ccs)
132132
alert = sock.get_once(-1, response_timeout)
133133
if alert.blank?
134-
print_good("#{peer} - No alert after invalid CSS message, probably vulnerable")
134+
print_good("#{peer} - No alert after invalid CCS message, probably vulnerable")
135135
report
136136
elsif alert.unpack("C").first == ALERT_RECORD_TYPE
137137
vprint_error("#{peer} - Alert record as response to the invalid CCS Message, probably not vulnerable")

0 commit comments

Comments
 (0)