File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def run_host(ip)
65
65
when Exploit ::CheckCode ::Vulnerable
66
66
print_good ( "#{ peer } #{ status . last } " )
67
67
else
68
- vprint_status ( "#{ peer } is not vulnerable " )
68
+ vprint_status ( "#{ peer } #{ status . last } " )
69
69
end
70
70
end
71
71
@@ -171,7 +171,7 @@ def test_misfortune
171
171
# Exploit::CheckCode::Vulnerable
172
172
if res . body . include? ( canary_value )
173
173
if res . body . include? ( canary_cookie_name )
174
- vprint_status ( "#{ full_uri } HTTP code #{ res . code } response contained test cookie name #{ canary_cookie_name } " )
174
+ vprint_status ( "#{ full_uri } HTTP code #{ res . code } response contained canary cookie name #{ canary_cookie_name } " )
175
175
return check_response_fingerprint ( res , Exploit ::CheckCode ::Detected )
176
176
else
177
177
vprint_good ( "#{ full_uri } HTTP code #{ res . code } response contained canary cookie value #{ canary_value } as URI" )
You can’t perform that action at this time.
0 commit comments