Source: cryptolyzer
Section: python
Priority: optional
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-asn1crypto,
               python3-attr,
               python3-bs4,
               python3-certvalidator,
               python3-colorama,
               python3-cryptoparser (>= 1.2.1),
               python3-dateutil,
               python3-dnspython,
               python3-oscrypto,
               python3-pycryptodome,
               python3-pyfakefs <!nocheck>,
               python3-requests,
               python3-urllib3
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://gitlab.com/coroner/cryptolyzer
Vcs-Browser: https://gitlab.com/coroner/cryptolyzer
Vcs-Git: https://gitlab.com/coroner/cryptolyzer.git

Package: python3-cryptolyzer
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-asn1crypto,
         python3-attr,
         python3-bs4,
         python3-certvalidator,
         python3-colorama,
         python3-cryptoparser (>= 1.2.1),
         python3-dateutil,
         python3-dnspython,
         python3-oscrypto,
         python3-pycryptodome,
         python3-requests,
         python3-urllib3
Description: Multi-protocol cryptographic analyzer library
 CryptoLyzer is an analysis-oriented security library for TLS, SSH, DNS,
 IKE, and HTTP protocol analysis. It detects negotiated cipher suites,
 protocol versions, and cryptographic vulnerabilities including FREAK,
 Logjam, ROBOT, and SWEET32. It supports JA3, HASSH, and JA4
 fingerprinting of TLS and SSH traffic.
 .
 Supported protocols: TLS 1.0–1.3, SSL 2.0–3.0, SSH 2.0, IKEv1, IKEv2,
 DNS/DNSSEC, HTTP, FTP, LDAP, RDP, POP3, SMTP, IMAP, XMPP, SIEVE.

Package: cryptolyzer
Section: net
Architecture: all
Depends: ${misc:Depends},
         python3-cryptolyzer (= ${binary:Version})
Description: Multi-protocol cryptographic configuration analyzer
 CryptoLyzer analyzes the cryptographic configuration of network services
 supporting TLS, SSH, DNS, IKE, and HTTP. It is an alternative to
 testssl.sh and sslyze with support for 400+ cipher suites, vulnerability
 detection, and JA3/HASSH/JA4 fingerprinting.
 .
 This package provides the cryptolyze command-line tool.
