This is a port of the "pptp-linux" PPTP client. It can establish a
PPP connection with an NT server, tunneled through a PPTP link over
the Internet. In effect, it makes the client machine behave as if
it were on the same LAN as the server.
John Polstra has created the port, including bug fixes that were
subsequently integrated in the upstream release, and a patch to
use FreeBSD's userland "ppp" package rather than "pppd" which it
was originally designed to use.
There is no manpage for this package, but you will find some
quickstart instructions and example configuration files in
"${PREFIX}/share/examples/pptpclient".
File search and navigation system
RU: http://pro.setun.net/search/
An implementation of the netstrings protocol developed by D.J. Bernstein.
netstrings transmits each string as the length followed by : followed by
the string.
Pure interface to the Berkeley socket functions. Provides most of the core
functionality, so you can create sockets for both stream and datagram based
protocols and use these to transmit messages. Unix-style file sockets are
also available if the host system supports them.
Impacket is a collection of Python classes focused on providing access
to network packets. Impacket allows Python developers to craft and
decode network packets in simple and consistent manner. It includes
support for low-level protocols such as IP, UDP and TCP, as well as
higher-level protocols such as NMB and SMB. Impacket is highly effective
when used in conjunction with a packet capture utility or package such
as Pcapy. Packets can be constructed from scratch, as well as parsed
from raw data. Furthermore, the object oriented API makes it simple to
work with deep protocol hierarchies.
The MSRP protocol stack implementation for clients written in python.
Message Session Relay Protocol (MSRP) is a protocol for transmitting
a series of related instant messages in the context of a session.
Message sessions are treated like any other media stream
when set up via a rendezvous or session creation protocol
such as the Session Initiation Protocol (SIP).
Python module for the libpcap packet capture library,
based on the original python libpcap module by Aaron Rhodes.
Pcapy is a Python extension module that interfaces with the libpcap packet
capture library. Pcapy enables Python scripts to capture packets on the network.
Pcapy is highly effective when used in conjunction with a packet-handling
package such as Impacket, which is a collection of Python classes for
constructing and dissecting network packets.
A very fast implementation of the xmlrpc spec
for Python (written in C). It supports both blocking
and non-blocking clients and servers on Windows and
POSIX platforms. Version 0.8.1 is 100% compliant
with the www.xmlrpc.com validator.