Cleaned up the code a little after trying to fix ip printing issues.
parent
fee54b4a5a
commit
813777a8e4
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue