Skip to content

Commit e8f32f4

Browse files
committed
Landing rapid7#1894 - Change print_status to print_good when SVN entries are found
2 parents cb33c56 + 571b62d commit e8f32f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/svn_scanner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def run_host(target_host)
117117
print_status("[#{target_host}] NOT Found. #{tpath} #{res.code}")
118118
end
119119
else
120-
print_status("[#{target_host}] SVN Entries file found.")
120+
print_good("[#{target_host}:#{rport}] SVN Entries file found.")
121121

122122
report_web_vuln(
123123
:host => target_host,

0 commit comments

Comments
 (0)