Fuzz all 255 possible mode 7 request codes
parent
6f03f6657f
commit
050091d0dd
|
@ -56,7 +56,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
OptString.new('MODES', [true, 'Modes to fuzz', NTP_SUPPORTED_MODES]),
|
OptString.new('MODES', [true, 'Modes to fuzz', NTP_SUPPORTED_MODES]),
|
||||||
OptString.new('MODE_6_OPERATIONS', [true, 'Mode 6 operations to fuzz', NTP_SUPPORTED_MODE_6_OPERATIONS]),
|
OptString.new('MODE_6_OPERATIONS', [true, 'Mode 6 operations to fuzz', NTP_SUPPORTED_MODE_6_OPERATIONS]),
|
||||||
OptString.new('MODE_7_IMPLEMENTATIONS', [true, 'Mode 7 implementations to fuzz', [3,2,0]]),
|
OptString.new('MODE_7_IMPLEMENTATIONS', [true, 'Mode 7 implementations to fuzz', [3,2,0]]),
|
||||||
OptString.new('MODE_7_REQUEST_CODES', [true, 'Mode 7 request codes to fuzz', (0..45).to_a]),
|
OptString.new('MODE_7_REQUEST_CODES', [true, 'Mode 7 request codes to fuzz', (0..255).to_a]),
|
||||||
OptInt.new('SLEEP', [true, 'Sleep for this many ms between requests', 0]),
|
OptInt.new('SLEEP', [true, 'Sleep for this many ms between requests', 0]),
|
||||||
OptInt.new('WAIT', [true, 'Wait this many ms for responses', 500])
|
OptInt.new('WAIT', [true, 'Wait this many ms for responses', 500])
|
||||||
], self.class)
|
], self.class)
|
||||||
|
|
Loading…
Reference in New Issue