bostonkid / impacket

Automatically exported from code.google.com/p/impacket
Other
0 stars 0 forks source link

This file is an extract from the the online documentation at http://oss.coresecurity.com/pcapy/.

What is Impacket?

Impacket is a collection of Python classes for working with network protocols. Impacket is mostly focused on providing low-level programmatic access to the packets, however some protocols (for instance NMB and SMB) are implemented in a higher level as a foundation for other protocols. Packets can be constructed from scratch, as well as parsed from raw data, and the object oriented API makes it simple to work with deep hierarchies of protocols.

Impacket is most useful when used together with a packet capture utility or package such as Pcapy, an object oriented Python extension for capturing network packets.

What protocols are featured?

Getting Impacket

Current and past releases are available from http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impacket Trunk available from http://code.google.com/p/impacket/

Setup

Quick start

Grab the latest stable release, unpack it and run 'python setup.py install' from the directory where you placed it. Isn't that easy?

Requirements

Installing

In order to install the source execute the following command from the directory where the Impacket's distribution has been unpacked: 'python setup.py install'. This will install the classes into the default Python's modules path; note that you might need special permissions to write there. For more information on what commands and options are available from setup.py, run 'python setup.py --help-commands'.

Licensing

This software is provided under under a slightly modified version of the Apache Software License. See the accompanying LICENSE file for more information.

SMBv1 and NetBIOS support based on Pysmb by Michael Teo.

Contact Us

Whether you want to report a bug, send a patch or give some suggestions on this package, drop us a few lines at oss@coresecurity.com.

$Id$