Skip to content

Commit

Permalink
Set the default NTP port
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan <[email protected]>
  • Loading branch information
zeroSteiner and bwatters-r7 authored Dec 19, 2024
1 parent 56152fd commit a365d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/auxiliary/scanner/ntp/timeroast.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def initialize(info = {})
)
)
register_options([
Opt::RPORT(123),
OptIntRange.new('RIDS', [ true, 'The RIDs to enumerate (e.g. 1000-2000).' ]),
OptInt.new('DELAY', [ true, 'The delay in milliseconds between attempts.', 20]),
OptInt.new('TIMEOUT', [ true, 'The timeout in seconds to wait at the end for replies.', 5])
Expand Down

0 comments on commit a365d17

Please sign in to comment.