Skip to content

Commit 88d12da

Browse files
committed
hilight positive results in WebDAV scanner
As suggested by Lee Baird
1 parent f7543e1 commit 88d12da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/webdav_scanner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run_host(target_host)
5757
wdtype = 'SHAREPOINT DAV'
5858
end
5959

60-
print_status("#{target_host} (#{tserver}) has #{wdtype} ENABLED")
60+
print_good("#{target_host} (#{tserver}) has #{wdtype} ENABLED")
6161

6262
report_note(
6363
{

0 commit comments

Comments
 (0)