Skip to content

Commit c4f35de

Browse files
committed
fixed vprint_line
1 parent d835a04 commit c4f35de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/drupal_views_user_enum.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ def run_host(ip)
9191
if (res and res.message == "OK")
9292
user_list = res.body.scan(/\w+/)
9393
if user_list.empty?
94-
vprint_status("\tFound: Nothing")
94+
vprint_line("\tFound: Nothing")
9595
else
96-
vprint_status("\tFound: #{user_list.inspect}")
96+
vprint_line("\tFound: #{user_list.inspect}")
9797
results << user_list
9898
end
9999
else

0 commit comments

Comments
 (0)