Skip to content

Commit 28bf9f8

Browse files
committed
Correct order of mixins so RHOSTS works properly
1 parent 9e5281d commit 28bf9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/fuzzers/ntp/ntp_protocol_fuzzer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
class Metasploit3 < Msf::Auxiliary
1111

1212
include Msf::Auxiliary::Fuzzer
13-
include Msf::Auxiliary::Scanner
1413
include Msf::Exploit::Remote::Udp
14+
include Msf::Auxiliary::Scanner
1515

1616
NTP_VERSIONS = (0..7).to_a
1717
NTP_MODES = (0..7).to_a

0 commit comments

Comments
 (0)