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)
6565 when Exploit ::CheckCode ::Vulnerable
6666 print_good ( "#{ peer } #{ status . last } " )
6767 else
68- vprint_status ( "#{ peer } is not vulnerable " )
68+ vprint_status ( "#{ peer } #{ status . last } " )
6969 end
7070 end
7171
@@ -171,7 +171,7 @@ def test_misfortune
171171 # Exploit::CheckCode::Vulnerable
172172 if res . body . include? ( canary_value )
173173 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 } " )
175175 return check_response_fingerprint ( res , Exploit ::CheckCode ::Detected )
176176 else
177177 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