File: control

package info (click to toggle)
bdfproxy 0.3.9-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 332 kB
  • sloc: python: 684; sh: 121; makefile: 21
file content (55 lines) | stat: -rw-r--r-- 1,352 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
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
Source: bdfproxy
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Philippe Thierry <phil@reseau-libre.net>
Build-Depends:
 go-md2man,
 dh-python,
 debhelper (>= 10),
 python3,
 python3-setuptools,
Standards-Version: 4.1.5
X-Python3-Version: >= 3.5
Homepage: https://github.com/secretsquirrel/BDFProxy
Vcs-Git: https://salsa.debian.org/pkg-security-team/bdfproxy.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/bdfproxy

Package: bdfproxy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 mitmproxy,
 backdoor-factory,
 python3-pkg-resources,
 python3-configobj,
 python3-pefile,
 python3-blinker,
 python3-certifi,
 python3-click,
 python3-configargparse,
 python3-construct,
 python3-cryptography,
 python3-flask,
 python3-h2,
 python3-hpack,
 python3-html2text,
 python3-hyperframe,
 python3-lxml,
 python3-openssl,
 python3-passlib,
 python3-pil,
 python3-pyasn1,
 python3-pyparsing,
 python3-pyperclip,
 python3-requests,
 python3-six,
 python3-tornado,
 python3-urwid,
Description: Patch binaries during download ala MITM
 The bdfproxy is for patching binaries during download ala MITM because
 a lot of security tool websites still serve binaries via non-SSL/TLS means.
 .
 This tool is based on backdoor-factory modules to cave various binaries.