File: control

package info (click to toggle)
sslsniff 0.8-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,100 kB
  • sloc: sh: 10,131; cpp: 2,225; xml: 12; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,141 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: sslsniff
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Pierre Chifflier <pollux@debian.org>, Raphaƫl Hertzog <hertzog@debian.org>
Build-Depends: debhelper-compat (= 11),
    libssl-dev,
    liblog4cpp5-dev,
    libboost-dev,
    libboost-regex-dev,
    libboost-filesystem-dev,
    libboost-thread-dev
Standards-Version: 4.2.1
Homepage: https://moxie.org/software/sslsniff/
Vcs-Git: https://salsa.debian.org/pkg-security-team/sslsniff.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/sslsniff

Package: sslsniff
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SSL/TLS man-in-the-middle attack tool
 sslsniff is designed to create man-in-the-middle (MITM) attacks for
 SSL/TLS connections, and dynamically generates certs for the domains
 that are being accessed on the fly. The new certificates are constructed
 in a certificate chain that is signed by any certificate that is
 provided.
 sslsniff also supports other attacks like null-prefix or OCSP attacks to
 achieve silent interceptions of connections when possible.