Correct order of mixins so RHOSTS works properly
parent
9e5281d0c6
commit
28bf9f8d50
|
@ -10,8 +10,8 @@ require 'securerandom'
|
||||||
class Metasploit3 < Msf::Auxiliary
|
class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
include Msf::Auxiliary::Fuzzer
|
include Msf::Auxiliary::Fuzzer
|
||||||
include Msf::Auxiliary::Scanner
|
|
||||||
include Msf::Exploit::Remote::Udp
|
include Msf::Exploit::Remote::Udp
|
||||||
|
include Msf::Auxiliary::Scanner
|
||||||
|
|
||||||
NTP_VERSIONS = (0..7).to_a
|
NTP_VERSIONS = (0..7).to_a
|
||||||
NTP_MODES = (0..7).to_a
|
NTP_MODES = (0..7).to_a
|
||||||
|
|
Loading…
Reference in New Issue