metasploit-framework/lib/rex/proto/ntp.rb

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