Skip to content

Commit aad0eed

Browse files
committed
Fix whitespace EOL
1 parent 3f79b2f commit aad0eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/tomcat_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run_host(ip)
6060
each_user_pass { |user,pass|
6161
do_login(user)
6262
}
63-
63+
6464
if(@users_found.empty?)
6565
print_status("#{target_url} - No users found.")
6666
else

0 commit comments

Comments
 (0)