Cleaned up the code a little after trying to fix ip printing issues.

bug/bundler_fix
Brendan Watters 2016-06-17 13:09:03 -05:00
parent fee54b4a5a
commit 813777a8e4
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ class MetasploitModule < Msf::Auxiliary
end
def run_host(ip)
register_options([
Opt::RHOST(ip)
], self.class)
begin
connect
sock.put(action.name + "\n")