Land #11430, Deregister RHOSTS instead of RHOST
commit
6d619217c5
|
@ -31,7 +31,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
'License' => MSF_LICENSE
|
||||
)
|
||||
)
|
||||
deregister_options('RHOST', 'RPORT')
|
||||
deregister_options('RHOSTS', 'RPORT')
|
||||
end
|
||||
|
||||
def parse_reply(pkt)
|
||||
|
|
Loading…
Reference in New Issue