We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f96a67 commit 78c492dCopy full SHA for 78c492d
modules/auxiliary/scanner/http/dlink_dir_615h_http_login.rb
@@ -64,15 +64,15 @@ def run_host(ip)
64
return
65
end
66
67
- print_status("#{target_url} - Attempting to login")
+ print_status("#{target_url} - Attempting to login")
68
69
each_user_pass { |user, pass|
70
do_login(user, pass)
71
}
72
73
74
def is_dlink?
75
- #the tested DIR-615 has no nice Server banner, gconfig.htm gives us interesting
+ #the tested DIR-615 has no nice Server banner, gconfig.htm gives us interesting
76
#input to detect this device. Not sure if this works on other devices! Tested on v8.04.
77
begin
78
response = send_request_cgi({
0 commit comments