Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/rex/proto/natpmp.rb
21545 views
1
# -*- coding: binary -*-
2
# NAT-PMP protocol support
3
#
4
# @author Jon Hart <[email protected]>
5
6
module Rex::Proto::NATPMP
7
include Rex::Proto::NATPMP::Constants
8
include Rex::Proto::NATPMP::Packet
9
end
10
11