Skip to content

Commit b9925bb

Browse files
committed
Minor option cleanup
1 parent 050091d commit b9925bb

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
@@ -56,7 +56,7 @@ def initialize
5656
OptString.new('MODES', [true, 'Modes to fuzz', NTP_SUPPORTED_MODES]),
5757
OptString.new('MODE_6_OPERATIONS', [true, 'Mode 6 operations to fuzz', NTP_SUPPORTED_MODE_6_OPERATIONS]),
5858
OptString.new('MODE_7_IMPLEMENTATIONS', [true, 'Mode 7 implementations to fuzz', [3,2,0]]),
59-
OptString.new('MODE_7_REQUEST_CODES', [true, 'Mode 7 request codes to fuzz', (0..255).to_a]),
59+
OptString.new('MODE_7_REQUEST_CODES', [true, 'Mode 7 request codes to fuzz', NTP_SUPPORTED_MODE_7_REQUEST_CODES]),
6060
OptInt.new('SLEEP', [true, 'Sleep for this many ms between requests', 0]),
6161
OptInt.new('WAIT', [true, 'Wait this many ms for responses', 500])
6262
], self.class)

0 commit comments

Comments
 (0)