Skip to content

Commit 7b4cdf4

Browse files
author
m-1-k-3
committed
make msftidy happy
1 parent 64f3e68 commit 7b4cdf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/dlink_dir_300b_600b_815_http_login.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def is_dlink?
6565
else
6666
return false
6767
end
68-
end
68+
end
6969

7070
def run_host(ip)
7171

@@ -78,7 +78,7 @@ def run_host(ip)
7878
return
7979
end
8080

81-
print_status("#{target_url} - Attempting to login")
81+
print_status("#{target_url} - Attempting to login")
8282

8383
each_user_pass { |user, pass|
8484
do_login(user, pass)

0 commit comments

Comments
 (0)