File: control

package info (click to toggle)
pwntools 4.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,436 kB
  • sloc: python: 59,156; ansic: 48,063; asm: 45,030; sh: 396; makefile: 256
file content (74 lines) | stat: -rw-r--r-- 1,918 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: pwntools
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pandoc,
 pybuild-plugin-pyproject,
 python3-all,
 python3-capstone,
 python3-colored-traceback,
 python3-dateutil,
 python3-intervaltree,
 python3-mako,
 python3-packaging,
 python3-paramiko,
 python3-pip,
 python3-psutil,
 python3-pyelftools,
 python3-pygments,
 python3-requests,
 python3-ropgadget,
 python3-rpyc,
 python3-serial,
 python3-setuptools,
 python3-six,
 python3-socks,
 python3-sortedcontainers,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-sphinxcontrib.autoprogram <!nodoc>,
 python3-unicorn,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/python-team/packages/pwntools.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pwntools
Homepage: https://pwntools.com
Rules-Requires-Root: no
Description: CTF framework and exploit development library
 pwntools is designed for rapid prototyping and development, to make
 exploit writing as simple as possible. The primary use cases of this
 framework are CTF hacking contests, where vulnerabilities in a sandbox
 environment are exploited to gain access to a "flag" file or a secret
 string, as proof of successful infiltration.

Package: python3-pwntools
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 gdb,
 gdbserver,
Suggests:
 gdb-multiarch,
 qemu-user-static,
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: python-pwntools-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: ${source:Synopsis} (documentation)
 ${source:Extended-Description}
 .
 This package installs the API documentation for pwntools