Skip to content

Commit 571b62d

Browse files
committed
svn scanner added print_good and rport
1 parent cb33c56 commit 571b62d

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)