CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/rex/proto/natpmp.rb
Views: 11655
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