File: control

package info (click to toggle)
impacket 0.9.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,316 kB
  • ctags: 24,541
  • sloc: python: 93,220; sh: 84; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: impacket
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/impacket.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/impacket.git
Build-Depends: debhelper (>= 9),
               python-all,
               dh-python,
Standards-Version: 3.9.8
Homepage: https://github.com/CoreSecurity/impacket

Package: python-impacket
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python module to easily build and dissect network protocols
 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.