Files
metasploit-gs/lib/rex/proto/ntp.rb
T
2021-04-06 14:45:11 +01:00

8 lines
155 B
Ruby

# -*- coding: binary -*-
module Rex::Proto::NTP
include Rex::Proto::NTP::Constants
include Rex::Proto::NTP::Modes
extend Rex::Proto::NTP::Modes
end