Skip to content

Commit a365d17

Browse files
Set the default NTP port
Co-authored-by: Brendan <[email protected]>
1 parent 56152fd commit a365d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/ntp/timeroast.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def initialize(info = {})
3636
)
3737
)
3838
register_options([
39+
Opt::RPORT(123),
3940
OptIntRange.new('RIDS', [ true, 'The RIDs to enumerate (e.g. 1000-2000).' ]),
4041
OptInt.new('DELAY', [ true, 'The delay in milliseconds between attempts.', 20]),
4142
OptInt.new('TIMEOUT', [ true, 'The timeout in seconds to wait at the end for replies.', 5])

0 commit comments

Comments
 (0)