Skip to content

Commit 78c492d

Browse files
author
m-1-k-3
committed
is_dlink, more feedback included, msftidy
1 parent 2f96a67 commit 78c492d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/dlink_dir_615h_http_login.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ def run_host(ip)
6464
return
6565
end
6666

67-
print_status("#{target_url} - Attempting to login")
67+
print_status("#{target_url} - Attempting to login")
6868

6969
each_user_pass { |user, pass|
7070
do_login(user, pass)
7171
}
7272
end
7373

7474
def is_dlink?
75-
#the tested DIR-615 has no nice Server banner, gconfig.htm gives us interesting
75+
#the tested DIR-615 has no nice Server banner, gconfig.htm gives us interesting
7676
#input to detect this device. Not sure if this works on other devices! Tested on v8.04.
7777
begin
7878
response = send_request_cgi({

0 commit comments

Comments
 (0)