Skip to content

Commit 1500f33

Browse files
committed
Default to only fuzzing versions 2-4
1 parent 1830bdc commit 1500f33

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
@@ -52,7 +52,7 @@ def initialize
5252

5353
register_advanced_options(
5454
[
55-
OptString.new('VERSIONS', [false, 'Specific versions to fuzz (csv)', nil]),
55+
OptString.new('VERSIONS', [false, 'Specific versions to fuzz (csv)', '2,3,4']),
5656
OptString.new('MODES', [false, 'Modes to fuzz (csv)', nil]),
5757
OptString.new('MODE_6_OPERATIONS', [false, 'Mode 6 operations to fuzz (csv)', nil]),
5858
OptString.new('MODE_7_IMPLEMENTATIONS', [false, 'Mode 7 implementations to fuzz (csv)', nil]),

0 commit comments

Comments
 (0)