Correct order of mixins so RHOSTS works properly

bug/bundler_fix
Jon Hart 2014-06-16 10:02:27 -07:00
parent 9e5281d0c6
commit 28bf9f8d50
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ require 'securerandom'
class Metasploit3 < Msf::Auxiliary
include Msf::Auxiliary::Fuzzer
include Msf::Auxiliary::Scanner
include Msf::Exploit::Remote::Udp
include Msf::Auxiliary::Scanner
NTP_VERSIONS = (0..7).to_a
NTP_MODES = (0..7).to_a