Skip to content

Commit 383906c

Browse files
committed
Removed function no longer used
1 parent c93bfb4 commit 383906c

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

modules/auxiliary/scanner/http/ipboard_login.rb

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,12 @@ def initialize
2525
], self.class)
2626
end
2727

28-
def rhost_or_vhost
29-
if datastore['VHOST']
30-
return datastore['VHOST']
31-
else
32-
return ip
33-
end
34-
end
35-
3628
def run_host(ip)
37-
connect
38-
39-
each_user_pass do |user, pass|
40-
do_login(user, pass, ip)
41-
end
29+
connect
4230

31+
each_user_pass do |user, pass|
32+
do_login(user, pass, ip)
33+
end
4334
end
4435

4536
def do_login(user, pass, ip)

0 commit comments

Comments
 (0)