metasploit-framework/lib/rex/proto/natpmp/constants.rb

19 lines
168 B
Ruby

##
#
# NAT-PMP constants
#
# by Jon Hart <jhart@spoofed.org>
#
##
module Rex
module Proto
module NATPMP
DefaultPort = 5351
Version = 0
TCP = 2
UDP = 1
end
end
end