Package: aidl
Source: android-platform-system-tools-aidl
Version: 1:10.0.0+r36-4
Installed-Size: 965
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Architecture: armhf
Depends: android-libbase (>= 1:10.0.0+r36), android-libcutils (>= 1:10.0.0+r36), libatomic1 (>= 4.8), libc6 (>= 2.32), libgcc-s1 (>= 3.5), libstdc++6 (>= 11)
Size: 277028
SHA256: 15f9b99e1aee68891aace79654028db798e2c86859770bdf6dbc63e2befcffd0
SHA1: e53a6cc0ce5ce3067bfad102fb3ccea78b43a021
MD5sum: 9efdece9534b506e83a6416b59ce3560
Description: Binder generator of AIDL interfaces
 aidl is a utility to generate Java and/or C++ code from Android's
 Android Interface Definition Language (AIDL). AIDL is similar to
 other IDLs you might have worked with. It allows you to define the
 programming interface that both the client and service agree upon in
 order to communicate with each other using interprocess communication
 (IPC). On Android, one process cannot normally access the memory of
 another process. So to talk, they need to decompose their objects
 into primitives that the operating system can understand, and
 marshall the objects across that boundary for you. The code to do
 that marshalling is tedious to write, so Android handles it for you
 with AIDL. This package provides two tools:
 .
   * "aidl" which generates Java bindings.
   * "aidl-cpp" which generates C++ bindings.
 .
 For more info, see:
 https://developer.android.com/guide/components/aidl.html
Homepage: https://android.googlesource.com/platform/system/tools/aidl
Section: devel
Priority: optional
Filename: pool/main/a/android-platform-system-tools-aidl/aidl_10.0.0+r36-4_armhf.deb

Package: apktool
Version: 2.7.0+dfsg-7
Installed-Size: 269
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Architecture: armhf
Depends: android-framework-res, default-jre-headless | java8-runtime-headless, libantlr3-runtime-java, libcommons-cli-java, libcommons-io-java, libcommons-lang3-java, libcommons-text-java, libguava-java, libsmali-java (>= 2.4.0), libstringtemplate-java, libxmlunit-java, libxpp3-java, libyaml-snake-java
Recommends: aapt
Size: 222284
SHA256: a252ed5a4ec5e2deb6cdca50cc81eb69dd17c5513a90122f39a6a3624e57a96a
SHA1: 4691fd1cd34c91f4352d02a0bf52f19a251df064
MD5sum: c5945a1887665e6d2a9b6c6c4742009b
Description: tool for reverse engineering Android apk files
 A tool for reverse engineering 3rd party, closed, binary Android apps. It can
 decode resources to nearly original form and rebuild them after making some
 modifications; it makes possible to debug smali code step by step. Also it
 makes working with an app easier because of project-like file structure and
 automation of some repetitive tasks like building apk.
Homepage: https://ibotpeaches.github.io/Apktool/
Section: devel
Priority: optional
Filename: pool/main/a/apktool/apktool_2.7.0+dfsg-7_armhf.deb

Package: auto-apt-proxy
Version: 16.7
Installed-Size: 37
Maintainer: Antonio Terceiro <terceiro@debian.org>
Architecture: all
Depends: apt
Recommends: busybox | iproute2
Suggests: avahi-utils
Size: 10628
SHA256: 3f90361c0956cb839b3a7fd897210044eec4985c52f0b06462a628b44d247a78
SHA1: 50ad7a4d0c3bdb93692024e7db69fb870dd04fd1
MD5sum: 92d3e4f4062af473ba85e235f9aa1e9a
Description: automatic detector of common APT proxy settings
 auto-apt-proxy installs itself as an APT proxy autodetector, and detects
 common setups by checking some hosts on the local network for well-known APT
 proxies such as apt-cacher-ng.
 .
 This package is most useful for development environments, and will Do The
 Right Thing for at least these cases:
 .
   * Build chroots, with a proxy running on the host system.
   * Docker/lxc containers, with a proxy running on the host system.
   * Virtual machines with NAT networking, with a proxy running on the host
     system.
   * Any other system, with a proxy running on its default gateway.
   * Systems where the `apt-proxy` hostname resolves to a valid IP address
     and a supported proxy is detected at that address.
 .
 The following APT proxy servers are supported and automatically detected:
   * apt-cacher-ng
   * approx
   * apt-cacher
   * squid-deb-proxy
   * any proxy advertised by an _apt_proxy._tcp SRV record in your domain
   * any proxy advertised by an _apt_proxy._tcp SRV record in mDNS (needs
     avahi-tools to be installed, and avahi-daemon to be installed and
     running)
 .
 This package has a minimal set of dependencies in order to minimize the
 influence on systems where it is installed. However, if neither iproute2 nor
 busybox are installed, functionality is severily limited.
Homepage: https://salsa.debian.org/debian/auto-apt-proxy
Section: net
Priority: optional
Filename: pool/main/a/auto-apt-proxy/auto-apt-proxy_16.7_all.deb

Package: backdoor-factory
Version: 3.4.2+dfsg-5
Installed-Size: 735
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3:any, curl, python3-capstone (>= 3.0), python3-pkg-resources (>= 39.2.0), python3-pefile, osslsigncode
Size: 86428
SHA256: a4d289bd629780a0b53a6396335f63c790ec34f8b077da7f82404d6f314a952a
SHA1: 9c5d83b476bfd5830b678a72615b550bfb3e1c4a
MD5sum: b738164f356b4e832367b7bc45877e0c
Description: Patch 32/64 bits ELF & win32/64 binaries with shellcode
 Injects shellcode into win32/64 PE files, 32/64bits ELF binaries, to continue
 normal file execution (if the shellcode supports it), by patching the exe/dll
 directly.
 .
 Some executables have built in protections, as such this will not work on all
 ELF/PE files. It is advisable that you test target ELF/PE files before
 deploying them to clients or using them in exercises
Homepage: https://github.com/secretsquirrel/the-backdoor-factory
Section: utils
Priority: optional
Filename: pool/main/b/backdoor-factory/backdoor-factory_3.4.2+dfsg-5_all.deb

Package: calamares-extensions
Version: 3.3.12-1.1
Installed-Size: 159
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: armhf
Depends: calamares (>= 3.3.13), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libqt6core6t64 (>= 6.8.2), libstdc++6 (>= 5), calamares-extensions-data (= 3.3.12-1.1), kirigami2-dev, libkf5coreaddons-dev, libkf5declarative-dev, libkf5kdelibs4support-dev, libqt5svg5-dev, libyaml-cpp-dev, qml-module-org-kde-kirigami2, qml-module-qtquick-virtualkeyboard, qml-module-qtqml, qml-module-qtquick-layouts, qml-module-qtquick-window2, qml-module-qtquick2, qml-module-qt-labs-folderlistmodel, qtdeclarative5-dev, qttools5-dev, qtvirtualkeyboard-plugin
Recommends: f2fs-tools, btrfs-progs, e2fsprogs
Size: 47224
SHA256: 1f68baf0c6046589588731b90149871607ac44fe2cabd4cb82c5b959e737fe8e
SHA1: 9bbbd4cca70be7f05225ab98d30da7413091c960
MD5sum: f1d03d4033e004492afffb0486338c5c
Description: Mobile module for Calamares installer framework
 Provides the mobile module for calamares, which allows installing
 on devices with small, touch-screens.
 .
 This package contains architecture-dependent binary files.
Homepage: https://github.com/calamares/calamares-extensions
Tag: uitoolkit::qt
Section: utils
Priority: optional
Filename: pool/main/c/calamares-extensions/calamares-extensions_3.3.12-1.1_armhf.deb

Package: calamares-extensions-data
Source: calamares-extensions
Version: 3.3.12-1.1
Installed-Size: 4436
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Architecture: all
Size: 3306920
SHA256: 5f32d5c84a148837b9a877909d24c2226e82941d0ee5e12fd26a16b7f70fca89
SHA1: 9059c4271773cbd8b20f4bbc2cd56656688d7331
MD5sum: e90065bc2f0577957d28071060ecb26e
Description: Mobile module for Calamares installer framework - data files
 Provides the mobile module for calamares, which allows installing
 on devices with small, touch-screens.
 .
 This package contains architecture-independent data files.
Multi-Arch: foreign
Homepage: https://github.com/calamares/calamares-extensions
Section: utils
Priority: optional
Filename: pool/main/c/calamares-extensions/calamares-extensions-data_3.3.12-1.1_all.deb

Package: calamares-settings-mobian
Version: 0.3.6
Installed-Size: 132
Maintainer: Jarrah Gosbell <debian@undef.tools>
Architecture: all
Depends: btrfs-progs, calamares (>= 3.3.0~alpha2-1), calamares-extensions (>= 1.3.2-1), cryptsetup, e2fsprogs, fdisk, parted, python3, squashfs-tools
Conflicts: calamares-settings-debian
Size: 34300
SHA256: 6d0dbc6b96f75c537277b10e0175c15a2d67ee0b190c27f54da3ff188ceea49e
SHA1: 63d11be93ca923f42b9ef9b067e6fb1445140925
MD5sum: 065dd25de82a3844e7d6234db28e32f2
Description: Calamares branding and configuration for Mobian
 This package contains the branding, configuration and scripts required
 to boot to calamares and install Mobian on a small, touch screen only device.
Homepage: https://salsa.debian.org/Mobian-team/calamares-settings-mobian
Section: utils
Priority: optional
Filename: pool/main/c/calamares-settings-mobian/calamares-settings-mobian_0.3.6_all.deb

Package: dsniff
Version: 2.4b1+debian-34
Installed-Size: 271
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Depends: libc6 (>= 2.38), libdb5.3t64, libnet1 (>= 1.1.2.1), libnids1.21t64 (>= 1.23), libpcap0.8t64 (>= 0.9.8), libssl3t64 (>= 3.0.0), libtirpc3t64 (>= 1.0.2), libx11-6, libxmu6 (>= 2:1.1.3), openssl
Size: 88556
SHA256: d048bc661a2c1aeda0f2fb182771cab58598affea1fa667fd248b23f4bfeffbb
SHA1: 56c6f023758a81583cf7fd20f790cbeb00a8a10f
MD5sum: 1c4c03d01d599515d1d940388b3db036
Description: Various tools to sniff network traffic for cleartext insecurities
 This package contains several tools to listen to and create network traffic:
 .
  * arpspoof  - Send out unrequested (and possibly forged) arp replies.
  * dnsspoof  - forge replies to arbitrary DNS address / pointer queries
              on the Local Area Network.
  * dsniff    - password sniffer for several protocols.
  * filesnarf - saves selected files sniffed from NFS traffic.
  * macof     - flood the local network with random MAC addresses.
  * mailsnarf - sniffs mail on the LAN and stores it in mbox format.
  * msgsnarf  - record selected messages from different Instant Messengers.
  * sshmitm   - SSH monkey-in-the-middle. proxies and sniffs SSH traffic.
  * sshow     - SSH traffic analyser.
  * tcpkill   - kills specified in-progress TCP connections.
  * tcpnice   - slow down specified TCP connections via "active"
              traffic shaping.
  * urlsnarf  - output selected URLs sniffed from HTTP traffic in CLF.
  * webmitm   - HTTP / HTTPS monkey-in-the-middle. transparently proxies.
  * webspy    - sends URLs sniffed from a client to your local browser
              (requires libx11-6 installed).
 .
 Please do not abuse this software.
Homepage: https://www.monkey.org/~dugsong/dsniff/
Tag: implemented-in::c, interface::commandline, protocol::ethernet,
 protocol::http, protocol::ip, protocol::smtp, protocol::ssh,
 role::program, scope::utility, use::monitor, works-with::mail
Section: net
Priority: optional
Filename: pool/main/d/dsniff/dsniff_2.4b1+debian-34_armhf.deb

Package: fonts-octicons
Source: octicons
Version: 4.4.0-2
Installed-Size: 62
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: all
Size: 28004
SHA256: 7b63cc5877bb9ea16b84c10ff723be2d6e694af5adabf5aec491a68e3a2aa51e
SHA1: efecc706acfeefe1137dc1d40b7ad0a0febb290c
MD5sum: a38b77f182bd52f36caf83f3eaa9dd83
Description: GitHub's icons font
 GitHub's "octicons" font, you can use over 100 icons with this font.
 .
 See https://octicons.github.com/ for examples.
Multi-Arch: foreign
Homepage: https://octicons.github.com/
Section: fonts
Priority: optional
Filename: pool/main/o/octicons/fonts-octicons_4.4.0-2_all.deb

Package: greenbone-feed-sync
Version: 25.1.0-1
Installed-Size: 117
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Replaces: gvmd (<< 22.4.2-2), openvas-scanner (<< 22.6.1~)
Depends: python3-rich, python3-shtab, python3-tomli | python3-supported-min (>= 3.11), python3:any, rsync
Breaks: gvmd (<< 22.4.2-2), openvas-scanner (<< 22.6.1~)
Size: 17308
SHA256: db06ea6dcd161c88838458648f94413350f22495679ad99c5c4b2871daef4428
SHA1: dfeb2c6f00a246f5590bef956027d6d97c5b82ff
MD5sum: 47009d09a8dfc24bf80265af0b3ebcd7
Description: New script for syncing the Greenbone Community Feed (Python 3)
 This package contains a script for syncing the Greenbone Community Feed.
 .
 This package installs the library for Python 3.
Homepage: https://github.com/greenbone/greenbone-feed-sync/
Section: misc
Priority: optional
Filename: pool/main/g/greenbone-feed-sync/greenbone-feed-sync_25.1.0-1_all.deb

Package: gsad
Version: 24.2.3-1
Installed-Size: 396
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Replaces: greenbone-security-assistant (<< 21.4.4)
Depends: gvmd (>= 22.5.0), libc6 (>= 2.38), libgcrypt20 (>= 1.11.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.7.2), libgvm22t64 (>= 22.8.0), libmicrohttpd12t64 (>= 0.9.50), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.0)
Recommends: greenbone-security-assistant (>= 22.4.0)
Breaks: greenbone-security-assistant (<< 21.4.4)
Size: 125884
SHA256: 69b90fa9c084ee1c67c2a69dd3d3247c1949dd334f1c4df4b85ba1d1ab5a9936
SHA1: 75c394568533215f1b1f5921916d714490edf686
MD5sum: 42a92e1bfcf890bb6f0ead5019c1e8ab
Description: remote network security auditor - web interface
 The Greenbone Security Assistant HTTP Server connects to the Greebone
 Vulnerability Manager "gvmd" to provide a full-featured user interface for
 vulnerability management.
 .
 This tools was initially provided by the package greenbone-security-assistant.
Homepage: https://www.greenbone.net
Section: admin
Priority: optional
Filename: pool/main/g/gsad/gsad_24.2.3-1_armhf.deb

Package: gvm
Version: 25.04.0
Installed-Size: 48
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Replaces: openvas (<< 9.0.4)
Provides: openvas
Depends: gsad (>= 24.0.0), gvmd (>= 24.0.0), notus-scanner (>= 22.6.0), openvas-scanner (>= 23.13.1), ospd-openvas (>= 22.7.0), xsltproc, psmisc, rsync
Recommends: greenbone-security-assistant (>= 22.8.0), gvm-tools (>= 23.4.0)
Breaks: greenbone-security-assistant (<< 9.0.0), openvas (<< 9.0.4), openvas-cli
Size: 11944
SHA256: 19b450baabf0a916f591fe786c71fa46db786d21132c5f711b225b8f32b14fe9
SHA1: 7767385fc9463d7321dbf45738c1d1e36dce5819
MD5sum: 1e9472f3d713d4be1ece710a499e753a
Description: remote network security auditor - metapackage and useful scripts
 The Greenbone Vulnerability Manager is a modular security auditing tool,
 used for testing remote systems for vulnerabilities that should be fixed.
 .
 This package installs all the required packages. It provides scripts to setup,
 start and stop the GVM services.
 .
 The tool was previously named OpenVAS.
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/g/gvm/gvm_25.04.0_all.deb

Package: gvm-tools
Version: 25.3.0-1
Installed-Size: 794
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3-terminaltables, python3-lxml, python3-gvm (>= 24.7.0), python3:any, libjs-sphinxdoc (>= 8.1)
Size: 160288
SHA256: e156966ee8a6c48e3fd6a8c1222a17988f29d2ad31e650d71770059cb7be1d76
SHA1: ae7feb6214fcbd486f2f22421aaf3bdd4d1541fa
MD5sum: 0075092074f5c80d63fc888e7e091218
Description: Remote control the Greenbone Vulnerability Manager
 The Greenbone Vulnerability Management Tools or gvm-tools in short are a
 collection of tools that help with remote controlling a Greenbone Security
 Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager
 (GVM). The tools essentially aid accessing the communication protocols GMP
 (Greenbone Management Protocol) and OSP (Open Scanner Protocol).
 .
 This module is comprised of interactive and non-interactive clients. The
 programming language Python is supported directly for interactive scripting.
 But it is also possible to issue remote GMP/OSP commands without programming
 in Python.
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/g/gvm-tools/gvm-tools_25.3.0-1_all.deb

Package: gvmd
Version: 25.2.1-1
Installed-Size: 3572
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Replaces: libopenvas6, openvas-administrator, openvas-manager
Depends: adduser, doc-base, greenbone-feed-sync (>= 24.1.1), gvmd-common (= 25.2.1-1), notus-scanner (>= 22.4.0), ospd-openvas (>= 22.4.0), xml-twig-tools, postgresql-17, postgresql-17-pg-gvm, libbsd0 (>= 0.6.0), libc6 (>= 2.38), libcjson1 (>= 1.7.5), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.7.5), libgpgme11t64 (>= 1.23.2), libgvm22t64 (>= 22.18.1), libical3t64 (>= 3.0.0), libpq5
Recommends: nsis, rpm
Breaks: openvas-administrator, openvas-manager
Size: 675500
SHA256: f53821ef7d204a7bc1974d1789c2f703cdf076bb9f283e0d9e71dc012bd49572
SHA1: c36c9f886b5360dbbe17e76c69060f602981a370
MD5sum: 4f051cea30264d1409d8d6820d941b72
Description: Manager Module of Greenbone Vulnerability Manager
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 This package contains the gvmd files architecture dependent.
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/g/gvmd/gvmd_25.2.1-1_armhf.deb

Package: gvmd-common
Source: gvmd
Version: 25.2.1-1
Installed-Size: 1212
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: gnutls-bin, xsltproc
Recommends: texlive-latex-extra
Suggests: gnupg, python3, python3-lxml, wget
Size: 110708
SHA256: 0432c08e38048508c932b4d42210ce5a08a9d366f8f15ec8205ad4efc3f7b1f0
SHA1: 6a817fd7f3186831b3c2469119c5d8f28496ff4e
MD5sum: e963bae22efcc7e5be86b5ee75c074f3
Description: architecture independent files for Greenbone Vulnerability Manager
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 This package contains the common gvmd files shared by all architectures.
Multi-Arch: foreign
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/g/gvmd/gvmd-common_25.2.1-1_all.deb

Package: knocker
Version: 0.7.1-6
Installed-Size: 66
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Depends: libc6 (>= 2.7)
Size: 27796
SHA256: 59d28fc20ec88fb7af4250efd99584c5ac0592a11c94035d8ebc506667c06285
SHA1: 00348dddc781727d64064173f5ae037dfcd12e44
MD5sum: 91036ce6029e5f1741af5f4fc2cd838b
Description: Simple and easy to use TCP security port scanner
 Knocker is a new, simple, and easy to use TCP security port
 scanner written in C, using threads. It is able to analyze hosts
 and the network services which are running on them.
Homepage: http://knocker.sourceforge.net/
Tag: implemented-in::c, interface::commandline, network::scanner,
 protocol::ip, protocol::ipv6, role::program, scope::utility,
 use::scanning
Section: net
Priority: optional
Filename: pool/main/k/knocker/knocker_0.7.1-6_armhf.deb

Package: libgimp2.0-dev
Source: gimp
Version: 2.10.38-2
Installed-Size: 1146
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: armhf
Depends: libc6 (>= 2.34), libgimp2.0t64 (= 2.10.38-2), libglib2.0-0t64 (>= 2.56.2), libgegl-dev (>= 1:0.4.38), libgtk2.0-dev (>= 2.12.5), pkgconf
Suggests: libgimp2.0-doc
Size: 120308
SHA256: cf19145ce0f410e011c0653d89dc408dfb355a2f267c82d7a707a831a749b54a
SHA1: f8652c1e7f458ba91c21cf1ff61d3994730aa5d6
MD5sum: 734a484ae603a68ff985d782df99134a
Description: Headers and other files for compiling plugins for GIMP
 This package contains the header files for the GNU Image Manipulation
 Program, along with the static versions of libgimp.
 It also includes the gimptool-2.0 utility.
 .
 Install this package if you wish to compile your own plugins,
 or if you wish to develop packages that use libgimp.
Homepage: https://www.gimp.org/
Tag: devel::library, role::devel-lib, suite::gimp, suite::gnu, uitoolkit::gtk
Section: libdevel
Priority: optional
Filename: pool/main/g/gimp/libgimp2.0-dev_2.10.38-2_armhf.deb

Package: libgimp2.0-doc
Source: gimp
Version: 2.10.38-2
Installed-Size: 7776
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: lynx | www-browser
Size: 917316
SHA256: 51afffc53f9d1b237fd0e8c1b15bcb99362d9957525e2849980cac111ec686b3
SHA1: c49d6d655fa711d08ab6d2e2142a2b396a3d5025
MD5sum: b1237b8b1dfedcdbe7a0add848e509b5
Description: Developers' Documentation for the GIMP library
 This package contains the HTML documentation for the GIMP library in
 /usr/share/gtk-doc/html/ .
Homepage: https://www.gimp.org/
Tag: devel::doc, devel::library, made-of::html, role::documentation,
 suite::gimp, suite::gnu, uitoolkit::gtk
Section: doc
Priority: optional
Filename: pool/main/g/gimp/libgimp2.0-doc_2.10.38-2_all.deb

Package: libgimp2.0t64
Source: gimp
Version: 2.10.38-2
Installed-Size: 3831
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Architecture: armhf
Replaces: libgimp2.0
Depends: libbabl-0.1-0 (>= 1:0.1.78), libc6 (>= 2.38), libcairo2 (>= 1.12.2), libgdk-pixbuf-2.0-0 (>= 2.30.8), libgegl-0.4-0t64 (>= 1:0.4.38), libgexiv2-2 (>= 0.12.2), libglib2.0-0t64 (>= 2.79.0), libgtk2.0-0t64 (>= 2.24.10), liblcms2-2 (>= 2.9), libpango-1.0-0 (>= 1.29.4), libpangocairo-1.0-0 (>= 1.29.4)
Recommends: gimp-data (>= 2.10.38), gimp-data (<= 2.10.38-z)
Breaks: libgimp2.0 (<< 2.10.38-2)
Size: 747640
SHA256: 7113210edd248a65ca3c60b3a7342ffdb99cece4cfb36860ad8e98dce6a7c09c
SHA1: a8610c1ba742b1e1223cf4dafec8279dfbec2981
MD5sum: fe8aca2934ce61cc0bfe0624ad982886
Description: Libraries for the GNU Image Manipulation Program
 This package includes the libgimp libraries, which are
 necessary to run GIMP and third-party GIMP plugins.
Multi-Arch: same
Homepage: https://www.gimp.org/
Section: libs
Priority: optional
Filename: pool/main/g/gimp/libgimp2.0t64_2.10.38-2_armhf.deb

Package: libgvm-dev
Source: gvm-libs
Version: 22.20.0-1
Installed-Size: 165
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.20.0-1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Size: 27296
SHA256: c723db23d0d7f947435f0f29ca334122f2203faed100e3dba79b11a29d9b4e2c
SHA1: 9046a75ec268851f8b7e8ef82434222315c5bd90
MD5sum: e8d98c9ca34b769af65762ae6df20e8e
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Homepage: https://www.greenbone.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/gvm-libs/libgvm-dev_22.20.0-1_armhf.deb

Package: libgvm-doc
Source: gvm-libs
Version: 22.20.0-1
Installed-Size: 10622
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Size: 622196
SHA256: 7a8fc5539bef3107dc4eb5106c24b1d71b5702cc34077aa3473164893d988f73
SHA1: 79119622e03a6b8bcfe15a902d2743eea34b667a
MD5sum: 813a2b297b71a39498df6858935dcb91
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Homepage: https://www.greenbone.net/
Section: doc
Priority: optional
Filename: pool/main/g/gvm-libs/libgvm-doc_22.20.0-1_all.deb

Package: libgvm22t64
Source: gvm-libs
Version: 22.20.0-1
Installed-Size: 638
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Replaces: libgvm22, libopenvas9
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.5), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme11t64 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet1 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.20.0-1)
Size: 125196
SHA256: 4a1b2afd7f2afd04fe539cac7367a8031969f2c7816e35ed75184d20e8c9b290
SHA1: 0c93aa4ce6e381198477fe54dcdb8a06ee8b779b
MD5sum: c064374723e174ed7acae20e2fc6f5e5
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Multi-Arch: same
Homepage: https://www.greenbone.net/
Section: libs
Priority: optional
Filename: pool/main/g/gvm-libs/libgvm22t64_22.20.0-1_armhf.deb

Package: libicu72
Source: icu
Version: 72.1-6
Installed-Size: 34470
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: armhf
Replaces: libiculx63 (<< 63.1-5)
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1)
Breaks: libiculx63 (<< 63.1-5), openttd (<< 1.8.0-2~)
Size: 9086368
SHA256: 858a5600cd79936433c0906d759abc366a83505cd5a5481fa1662f1ba1969a30
SHA1: 89be11fa2c1a70fa7bd04a86a4c786c299960e6c
MD5sum: 79fe70e6499eb18f833ddb774e75f67a
Description: International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains the runtime
 libraries for ICU.
Multi-Arch: same
Homepage: https://icu.unicode.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/i/icu/libicu72_72.1-6_armhf.deb

Package: libmbedcrypto7t64
Source: mbedtls
Version: 2.28.8-1
Installed-Size: 445
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@alioth-lists.debian.net>
Architecture: armhf
Replaces: libmbedcrypto7
Depends: libc6 (>= 2.34)
Breaks: libmbedcrypto7 (<< 2.28.8-1)
Size: 250836
SHA256: 0c4c38c3de370904fb0a7c67253b4f6d353cb2d13d84de8a6a152af9aa755d20
SHA1: 419b0e929b07510d876ac7f7f07f2bdd9e24e969
MD5sum: 9d57549fbfdabb431a080b94bf9f8bf1
Description: lightweight crypto and SSL/TLS library - crypto library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling cryptography.
Multi-Arch: same
Homepage: https://www.trustedfirmware.org/projects/mbed-tls/
Section: libs
Priority: optional
Filename: pool/main/m/mbedtls/libmbedcrypto7t64_2.28.8-1_armhf.deb

Package: libmbedtls14t64
Source: mbedtls
Version: 2.28.8-1
Installed-Size: 253
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@alioth-lists.debian.net>
Architecture: armhf
Replaces: libmbedtls14
Depends: libc6 (>= 2.34), libmbedcrypto7t64 (>= 2.28.0), libmbedx509-1t64 (>= 2.28.0)
Breaks: libmbedtls14 (<< 2.28.8-1)
Size: 157996
SHA256: 0e229d289740360e0c990b2a8263d2ba758d53cb4f367c002153c969e7f52dd8
SHA1: 7b397b824db20047c60d090c25bc3306d1256049
MD5sum: 5e0279b9986e04d62ca620d3322b3153
Description: lightweight crypto and SSL/TLS library - tls library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling TLS.
Multi-Arch: same
Homepage: https://www.trustedfirmware.org/projects/mbed-tls/
Section: libs
Priority: optional
Filename: pool/main/m/mbedtls/libmbedtls14t64_2.28.8-1_armhf.deb

Package: libmbedx509-1t64
Source: mbedtls
Version: 2.28.8-1
Installed-Size: 214
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@alioth-lists.debian.net>
Architecture: armhf
Replaces: libmbedx509-1
Depends: libc6 (>= 2.34), libmbedcrypto7t64 (>= 2.28.5)
Breaks: libmbedx509-1 (<< 2.28.8-1)
Size: 126940
SHA256: 6e85881acbac45d343f04e6983856239c38f7157413db1f8c144540ef1528412
SHA1: 19c103a55250a73699dd8b79677c4bca721f09da
MD5sum: fcb84d0108223a10fe920d23ef4c86d4
Description: lightweight crypto and SSL/TLS library - x509 certificate library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling x509 certificates.
Multi-Arch: same
Homepage: https://www.trustedfirmware.org/projects/mbed-tls/
Section: libs
Priority: optional
Filename: pool/main/m/mbedtls/libmbedx509-1t64_2.28.8-1_armhf.deb

Package: libpcre16-3
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 425
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Depends: libc6 (>= 2.34)
Size: 239780
SHA256: 1ab58338f75fc9fa169b007b7b771efc7c18599546a9da85dd9e1f73df78a17f
SHA1: 0c1a8e1d1d1850f4681874d2fc4a1ec6ec60c7b7
MD5sum: 52777d510be58998db9a2b938a80300e
Description: Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the 16 bit runtime library.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pcre3/libpcre16-3_8.39-15.1_armhf.deb

Package: libpcre3
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 532
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Depends: libc6 (>= 2.34)
Conflicts: libpcre3-dev (<= 4.3-3)
Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~)
Size: 319528
SHA256: 5b2d3e8d6f52938f3e65d52bf86b2dbd6ccd641a37c0ce4cd514b14c919a1a84
SHA1: 5803353188313114099fdf5f561e53a19b519c4b
MD5sum: b756988bfd50361f879407c809094a2d
Description: Old Perl 5 Compatible Regular Expression Library - runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the runtime libraries.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pcre3/libpcre3_8.39-15.1_armhf.deb

Package: libpcre3-dbg
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 1526
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Depends: libpcre3 (= 2:8.39-15.1), libpcrecpp0v5 (= 2:8.39-15.1)
Size: 1467484
SHA256: cd958e602dfdf1862b5a1a05a46b630f169dc98e5884511f4a74a02eb8cc1316
SHA1: c9038714017070e7c04d4361bf2a2c633afe0f8b
MD5sum: 852b5d079052e9d6c8a218cf3debd165
Description: Old Perl 5 Compatible Regular Expression Library - debug symbols
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the debug symbols,
Multi-Arch: same
Build-Ids: 059dcc9142f2438f609caece956e9368fa91c2d4 2eb1dd083b36b62d7d83581d95a68b9bb67313af 335f86f6b9b525d84e7a5583ae12f643f574dce3 75dc393bcb857b336a174f933dba6dbefc5026ec 7699b250a38c0722cdcf133a708bdfce689fe70c 77a7421ef2d04f86231ac4ea8e24533b0b800b50
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/pcre3/libpcre3-dbg_8.39-15.1_armhf.deb

Package: libpcre3-dev
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 1518
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Depends: libc-dev, libpcre3 (= 2:8.39-15.1), libpcre16-3 (= 2:8.39-15.1), libpcre32-3 (= 2:8.39-15.1), libpcrecpp0v5 (= 2:8.39-15.1)
Size: 605612
SHA256: 973d6f5c0a340b7ff23d75b1e94cf4b84ebbdf744640b8a6400f6aa8969fb4bc
SHA1: 7cd0274b37615243319f6cf5f12de653cce99656
MD5sum: 08c352a6c952784ce6f539be18b113cc
Description: Old Perl 5 Compatible Regular Expression Library - development files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the development files, including headers, static
 libraries, and documentation.
Multi-Arch: same
Tag: devel::library, role::devel-lib, role::program, use::scanning,
 use::searching
Section: libdevel
Priority: optional
Filename: pool/main/p/pcre3/libpcre3-dev_8.39-15.1_armhf.deb

Package: libpcre32-3
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 409
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Depends: libc6 (>= 2.34)
Size: 229944
SHA256: d41ed3d57c0f601faf9d6f70889f95263cd427ccc1b942eb5c6cd5533d51164a
SHA1: 3bbc9a444a6a250b50895bb97a3412b8765354d2
MD5sum: 9a7e4d544d9afc477ca6d23997618c5b
Description: Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the 32 bit runtime library.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pcre3/libpcre32-3_8.39-15.1_armhf.deb

Package: libpcrecpp0v5
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 171
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.5), libpcre3, libstdc++6 (>= 13.1)
Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0
Size: 140868
SHA256: d5b7811750959c26e19301f896e35e1331b2a4b2fe6f7e0a68187866fdc58e2b
SHA1: faadfb35c415da14035c7573205fb6737aff8b5d
MD5sum: b060b915d86d9eb46a321dd9eb33e26d
Description: Old Perl 5 Compatible Regular Expression Library - C++ runtime files
 This is a C++ library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the C++ runtime library.
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pcre3/libpcrecpp0v5_8.39-15.1_armhf.deb

Package: libradare2-5.0.0t64
Source: radare2
Version: 5.9.8+dfsg-2
Installed-Size: 13678
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Replaces: libradare2-5.0.0
Depends: libc6 (>= 2.38), libcapstone5 (>= 5), liblz4-1 (>= 0.0~r113), libmagic1t64 (>= 5.12), libxxhash0 (>= 0.6.5), libzip5 (>= 1.0), zlib1g (>= 1:1.1.4), libradare2-common (>= 5.9.8+dfsg-2)
Breaks: libradare2-5.0.0 (<< 5.9.8+dfsg-2)
Size: 3896480
SHA256: 4d78903261d720ef73ad4283c088af6becf2c3ad845882eb8b1f81d9f3537713
SHA1: 6c5e236b6c83206993eb6336b2efc7a34e9fd7cc
MD5sum: e57f22708c88d9c49918309f94c77bc2
Description: libraries from the radare2 suite
 The project aims to create a complete, portable, multi-architecture,
 unix-like toolchain for reverse engineering.
 .
 It is composed by an hexadecimal editor (radare) with a wrapped IO
 layer supporting multiple backends for local/remote files, debugger
 (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
 for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
 scripting facilities. A bindiffer named radiff, base converter (rax),
 shellcode development helper (rasc), a binary information extractor
 supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
 hash utility called rahash.
 .
 This package provides the libraries from radare2.
Multi-Arch: same
Homepage: https://www.radare.org
Section: libs
Priority: optional
Filename: pool/main/r/radare2/libradare2-5.0.0t64_5.9.8+dfsg-2_armhf.deb

Package: libradare2-common
Source: radare2
Version: 5.9.8+dfsg-2
Installed-Size: 9212
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Size: 1796676
SHA256: 01ce91e10d1fefda0aca382e3177111869d859bee733da8fa0f1912a765758c1
SHA1: 219a228466d593c8162395154872e2892f8127eb
MD5sum: 3257e6ce1e1f4dcdb91cab0088666958
Description: arch independent files from the radare2 suite
 The project aims to create a complete, portable, multi-architecture,
 unix-like toolchain for reverse engineering.
 .
 It is composed by an hexadecimal editor (radare) with a wrapped IO
 layer supporting multiple backends for local/remote files, debugger
 (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
 for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
 scripting facilities. A bindiffer named radiff, base converter (rax),
 shellcode development helper (rasc), a binary information extractor
 supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
 hash utility called rahash.
 .
 This package provides the arch independent files from radare2.
Multi-Arch: foreign
Homepage: https://www.radare.org
Section: devel
Priority: optional
Filename: pool/main/r/radare2/libradare2-common_5.9.8+dfsg-2_all.deb

Package: libradare2-dev
Source: radare2
Version: 5.9.8+dfsg-2
Installed-Size: 1426
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Depends: libradare2-5.0.0t64 (= 5.9.8+dfsg-2), libcapstone-dev, libmagic-dev, libuv1-dev, liblz4-dev, libzip-dev
Size: 239640
SHA256: 87230b61a87b9ce0a4d78b4912893a0c6e45c7830eadb1cc1e8560948d3226a5
SHA1: ec4d2b92d37cdd584cbda0963d731429132950f2
MD5sum: 261233fda996e43e84cd0b32acd18197
Description: devel files from the radare2 suite
 The project aims to create a complete, portable, multi-architecture,
 unix-like toolchain for reverse engineering.
 .
 It is composed by an hexadecimal editor (radare) with a wrapped IO
 layer supporting multiple backends for local/remote files, debugger
 (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
 for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
 scripting facilities. A bindiffer named radiff, base converter (rax),
 shellcode development helper (rasc), a binary information extractor
 supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
 hash utility called rahash.
 .
 This package provides the devel files from radare2.
Homepage: https://www.radare.org
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/r/radare2/libradare2-dev_5.9.8+dfsg-2_armhf.deb

Package: lilo-doc
Source: lilo
Version: 1:24.2-5
Installed-Size: 597
Maintainer: Joachim Wiedorn <joodebian@joonet.de>
Architecture: all
Size: 271416
SHA256: 21284b25c3f7e053a759d7cec1863561b4d04feb3f8c1a12ceb068a5b8bf9200
SHA1: 97c2b6c24e623f8802f2bf9043d9f5e9d0bf548f
MD5sum: f8b88c622b411c63af1407110b3a0e4a
Description: LInux LOader - Documentation for the classic OS boot loader
 You can use LILO to manage your Master Boot Record (with a simple text
 screen, text menu or colorful splash graphics) or call LILO from other
 Boot-Loaders to jump-start the Linux kernel.
 .
 This package contains the old HTML and README documentations of lilo
 version 21.5 (of year 2000).
Homepage: http://lilo.joonet.de/
Tag: admin::boot, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/l/lilo/lilo-doc_24.2-5_all.deb

Package: mime-support
Version: 3.66
Installed-Size: 17
Maintainer: Mime-Support Packagers <team+debian-mimesupport-packagers@tracker.debian.org>
Architecture: all
Depends: mailcap, media-types
Size: 10916
SHA256: b964e671e6c47674879a3e54130b6737e8760fbd3da6afcc015faa174af98ba0
SHA1: b47831959eb182e371f3d8cb004a42622407b339
MD5sum: 70f7f4f6c213664480ae79fedd3687f5
Description: transitional package
 This is a transitional package. It will be possible to remove it
 safely once its dependency chain has adjusted to depend on mailcap
 or media-types directly.
Multi-Arch: foreign
Tag: admin::configuring, implemented-in::perl, interface::commandline,
 role::program, scope::utility, suite::debian, use::configuring,
 works-with::file, works-with::mail
Section: net
Priority: standard
Filename: pool/main/m/mime-support/mime-support_3.66_all.deb

Package: netsed
Source: netsed (1.2-3)
Version: 1.2-3+b1
Installed-Size: 42
Maintainer: Mats Erik Andersson <mats.andersson@gisladisker.se>
Architecture: armhf
Depends: libc6 (>= 2.15)
Size: 19756
SHA256: 14a0efa3e8b137251928f4b8ba2ac2f9c50ead7bd795fa997783dce9c9a220c3
SHA1: 3cb88c6b27b0f47a5dbe597814c447aac096608f
MD5sum: fab16118979e71cd3532c779468b8a85
Description: network packet-altering stream editor
 NetSED is a small and handy utility designed to alter, in real time,
 the contents of packets forwarded through your network. It is really
 useful for network packet alteration, forging, or manipulation.
 NetSED supports:
 .
   * black-box protocol auditing - whenever there are two or more
     proprietary boxes communicating using some undocumented protocol.
     By enforcing changes in ongoing transmissions, you will be able
     to test if the examined application can be claimed secure;
   * fuzz generating experiments, integrity tests - whenever you do
     stability tests of an application to see how it cares for data
     integrity;
   * other common use-cases: deceptive transfers, content filtering,
     protocol conversion - whatever best fits your task at hand.
 .
 It ideally complements a tool suite based on ngrep, netcat, and tcpdump.
Homepage: http://silicone.homelinux.org/projects/netsed/
Tag: interface::commandline, role::program, scope::utility, use::editing
Section: net
Priority: optional
Filename: pool/main/n/netsed/netsed_1.2-3+b1_armhf.deb

Package: netsniff-ng
Version: 0.6.9-1
Installed-Size: 1878
Maintainer: Daniel Borkmann <daniel.borkmann@alumni.ethz.ch>
Architecture: armhf
Depends: libc6 (>= 2.38), libcli1.10t64 (>= 1.9.1), libgeoip1t64 (>= 1.6.12), libncurses6 (>= 6), libnet1 (>= 1.1.6), libnetfilter-conntrack3 (>= 1.0.1), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libnl-route-3-200 (>= 3.2.7), libpcap0.8t64 (>= 0.9.8), libsodium23 (>= 0.6.0), libtinfo6 (>= 6), liburcu8t64 (>= 0.13.0), zlib1g (>= 1:1.2.3.3)
Recommends: ntpsec | time-daemon
Size: 593788
SHA256: e1b0b96d1962e6e15e7dd0d71d726d5c695d267d7e4d70e51393a06055b35b8a
SHA1: 9a59f7e4ddb16327f41c7eca25c8e7d2565df657
MD5sum: 35587c204c88637befede7b79b8fa80f
Description: Linux network packet sniffer toolkit
 netsniff-ng is a high performance Linux network sniffer for packet inspection.
 It can be used for protocol analysis, reverse engineering or network
 debugging. The gain of performance is reached by 'zero-copy' mechanisms, so
 that the kernel does not need to copy packets from kernelspace to userspace.
 .
 netsniff-ng toolkit currently consists of the following utilities:
 .
  * netsniff-ng: a zero-copy packet analyzer, pcap capturing/replaying tool
  * trafgen: a multithreaded low-level zero-copy network packet generator
  * mausezahn: high-level packet generator for appliances with Cisco-CLI
  * ifpps: a top-like kernel networking and system statistics tool
  * curvetun: a lightweight curve25519-based multiuser IP tunnel
  * astraceroute: an autonomous system trace route and DPI testing utility
  * flowtop: a top-like netfilter connection tracking tool
  * bpfc: a [seccomp-]BPF (Berkeley packet filter) compiler, JIT disassembler
Homepage: http://netsniff-ng.org/
Tag: admin::monitoring, implemented-in::c, interface::commandline,
 network::scanner, protocol::ethernet, role::program,
 uitoolkit::ncurses, use::analysing, use::monitor, use::scanning,
 works-with::network-traffic
Section: net
Priority: optional
Filename: pool/main/n/netsniff-ng/netsniff-ng_0.6.9-1_armhf.deb

Package: notus-scanner
Version: 22.6.5-1
Installed-Size: 182
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3-gnupg, python3-packaging, python3-paho-mqtt, python3-psutil, python3-tomli | python3-supported-min (>= 3.11), python3:any, adduser, mosquitto
Size: 33400
SHA256: 388d0ba07583acc45694d3dfcbb420046911a3b0b376779240a6ebc734141546
SHA1: 37a4d7427bdae575e3f89d1995f438c6e3c71c46
MD5sum: 3a203f4b33b8fdfe90f7c88b5e9afe5b
Description: vulnerable products detection (Python 3)
 Notus Scanner detects vulnerable products in a system environment. The
 scanning method is to evaluate internal system information. It does this very
 fast and even detects currently inactive products because it does not need to
 interact with each of the products.
 .
 To report about vulnerabilities, Notus Scanner receives collected system
 information on the one hand and accesses the vulnerability information from
 the feed service on the other. Both input elements are in table form: the
 system information is specific to each environment and the vulnerability
 information is specific to each system type.
 .
 This is a component of the Greenbone Vulnerability Management framework.
Homepage: https://github.com/greenbone/notus-scanner
Section: python
Priority: optional
Filename: pool/main/n/notus-scanner/notus-scanner_22.6.5-1_all.deb

Package: octicons
Version: 4.4.0-2
Installed-Size: 359
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Architecture: all
Depends: fonts-octicons
Size: 113172
SHA256: 872a926bc385dfb2c9ca83b64ef9fb5e1e4478dc310932c0fac14c32b0273dca
SHA1: 5845b6de35187ee8a6f04c44c9998e37e54f6f8e
MD5sum: e9866634a2e27494ae3eae7023cc8d9b
Description: GitHub's icons webfont
 GitHub's "octicons" webfont, you can use over 100 icons with this web font.
 .
 See https://octicons.github.com/ for examples.
Multi-Arch: foreign
Homepage: https://octicons.github.com/
Section: fonts
Priority: optional
Filename: pool/main/o/octicons/octicons_4.4.0-2_all.deb

Package: openvas
Source: gvm
Version: 22.4.1
Installed-Size: 11
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: gvm
Size: 4072
SHA256: cae00ec6f324024bef89f541210dc77db0bf82345ec6de3495618d9281be7cc7
SHA1: 2c60e4a27d92fdf284db485510078d20553fbe5e
MD5sum: 95387e7ac98020c4004e7e26bcb500bb
Description: remote network security auditor - transitional package
 The tool OpenVAS has been renamed Greenbone Vulnerability Manager (GVM).
 .
 This is a transitional package that pulls the new gvm, it can be safely
 removed once gvm has been installed.
Homepage: https://www.greenbone.net/
Section: metapackages
Priority: optional
Filename: pool/main/g/gvm/openvas_22.4.1_all.deb

Package: openvas-scanner
Version: 23.17.0-1
Installed-Size: 887
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Replaces: libopenvas-dev, openvas-nasl, openvas-plugins, openvas-server
Depends: libbsd0 (>= 0.6.0), libc6 (>= 2.38), libcurl3t64-gnutls (>= 7.63.0), libgcrypt20 (>= 1.11.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.6), libgpg-error0 (>= 1.14), libgpgme11t64 (>= 1.2.0), libgssapi-krb5-2 (>= 1.17), libgvm22t64 (>= 22.8.0), libjson-glib-1.0-0 (>= 1.5.2), libksba8 (>= 1.2.0), libpcap0.8t64 (>= 0.9.8), libsnmp40t64 (>= 5.9.4+dfsg), libssh-4 (>= 0.8.0), openssl, redis-server, adduser, rsync, gpg
Recommends: nmap, python3-impacket
Suggests: gvm-tools, snmp, pnscan, strobe, ike-scan
Conflicts: libopenvas-dev, openvas-nasl, openvas-plugins, openvas-server
Size: 276920
SHA256: 44915d6238c3dbb9da533a25c859210ae554569931bd4802be8da97bf200d8da
SHA1: f94c81632fec94d9b34518c5a125d0e9bf1439fe
MD5sum: d5f0cd8f7e9fcf52f93364fd2d2310e7
Description: remote network security auditor - scanner
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a scan server, and a client. The scanner/daemon,
 openvassd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package provides the scanner.
Homepage: https://www.greenbone.net/
Section: net
Priority: optional
Filename: pool/main/o/openvas-scanner/openvas-scanner_23.17.0-1_armhf.deb

Package: ospd-openvas
Version: 22.8.2-1
Installed-Size: 463
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Replaces: python3-ospd (<< 21.4.5)
Provides: python3-ospd
Depends: openvas-scanner (>= 22.4.0), python3-defusedxml, python3-deprecated, python3-gnupg, python3-lxml, python3-packaging, python3-paho-mqtt, python3-psutil, python3-redis, python3:any, sudo
Breaks: python3-ospd (<< 21.4.5)
Size: 90024
SHA256: c3e2babbe7e057d1fcf4c8cc5c329fd4f98a1b8977a98fdf8d5c7942f2e46a8e
SHA1: 8efff3f6a5ae1848164a8c61fce639ad0cc11846
MD5sum: e7973f91243299e2d1ec7ab9320fa4ba
Description: OSP server implementation to allow GVM to remotely control an OpenVAS Scanner
 This package contains an OSP server implementation to allow GVM to remotely
 control OpenVAS.
 .
 It is a command line tool with parameters to start a daemon which keeps
 waiting for instructions to update the feed of vulnerability tests and to
 start a scan. The second part of the interface is the redis store where the
 parameters about a scan task need to be placed and from where the results can
 be retrieved, being the unique communication channel between OSPD-OpenVAS and
 OpenVAS.
 .
 Once running, you need to configure OpenVAS for the Greenbone Vulnerability
 Manager, for example via the web interface Greenbone Security Assistant. Then
 you can create scan tasks to use OpenVAS.
Homepage: https://www.greenbone.net/
Section: admin
Priority: optional
Filename: pool/main/o/ospd-openvas/ospd-openvas_22.8.2-1_all.deb

Package: pcregrep
Source: pcre3
Version: 2:8.39-15.1
Installed-Size: 49
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Replaces: pgrep (<< 4.5)
Depends: libc6 (>= 2.34), libpcre3
Size: 26052
SHA256: e09392e65e06768474b3f12c7bdc8930d26da59c6355c26cc0215984818cc11b
SHA1: 0ecfea7961346ad1132da30b1b795482cd3cbe25
MD5sum: 95a398b3c5d1a85938b55fc8f784394f
Description: grep utility that uses perl 5 compatible regexes.
 Perl-style regexps have many useful features that the standard POSIX ones
 don't; this is basically the same as grep but with the different
 regexp syntax.
 .
 The other reason for the existence of pcregrep is that its source code is an
 example of programming with libpcre.
Tag: implemented-in::c, interface::commandline, role::program,
 scope::utility, use::searching, works-with::text
Section: utils
Priority: optional
Filename: pool/main/p/pcre3/pcregrep_8.39-15.1_armhf.deb

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.8-1
Installed-Size: 125
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Depends: postgresql-17, libc6 (>= 2.4), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Size: 19024
SHA256: 0c67c23807ee870e4f3dffd690e5918d0609ae591dc3f0479d9e223d525a7bac
SHA1: 515eca3cef4c50e96a0869ef142541f04eccd700
MD5sum: b7ef43403bb1abe99e60fc1d9389e6a0
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Homepage: https://github.com/greenbone/pg-gvm
Section: libs
Priority: optional
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.8-1_armhf.deb

Package: purple-xmpp-http-upload
Version: 0.2.4-2.1
Installed-Size: 31
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Architecture: armhf
Depends: libc6 (>= 2.4), libglib2.0-0t64 (>= 2.16.0), libpurple0t64 (>= 2.6.0)
Size: 9520
SHA256: 7fdf3df833399866adf4426b20a6bb0621321d1123035b1f90a3a1f5a406eaae
SHA1: 5f31b9709577c61c00e6726f174378c62778e2f8
MD5sum: eb4b75cb75f71c65353955839b6ee2da
Description: HTTP File Upload plugin for libpurple
 libpurple plugin implementing HTTP File Upload (XEP-0363) for the XMPP
 protocol.
Multi-Arch: same
Homepage: https://github.com/Junker/purple-xmpp-http-upload
Section: net
Priority: optional
Filename: pool/main/p/purple-xmpp-http-upload/purple-xmpp-http-upload_0.2.4-2.1_armhf.deb

Package: python-aiohttp-security-doc
Source: python-aiohttp-security
Version: 0.5.0-1
Installed-Size: 310
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: libjs-sphinxdoc (>= 8.1)
Size: 63900
SHA256: 003cc9f076200c45065d8d2e6295b803b164abe8342ffb01f3194520276e3d9d
SHA1: f4ee434f94a3936e3a4b444546a53838e9d089e2
MD5sum: 82171249426e136614a2c46d4326edee
Description: provides identity and authorization for aiohttp.web (documentation)
 aiohttp-security is a set of public API functions as well as a reference
 standard for implementation details for securing access to assets served
 by a wsgi server.
 .
 This package provides the HTML documentation.
Multi-Arch: foreign
Homepage: https://github.com/aio-libs/aiohttp-security
Section: doc
Priority: optional
Filename: pool/main/p/python-aiohttp-security/python-aiohttp-security-doc_0.5.0-1_all.deb

Package: python-gvm-doc
Source: python-gvm
Version: 26.1.1-1
Installed-Size: 1602
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: libjs-sphinxdoc (>= 8.1)
Size: 140064
SHA256: c42cdac21333f6edf91cc739e2dbe87c59e5d9173c16891f6ec12d3280c35f92
SHA1: b58877dbb741f58153d90c733f065ae73f50da74
MD5sum: a8d80a77dd326392b1a93929e6ef95e1
Description: Greenbone Vulnerability Management Python Library (common documentation)
 This module gvm contains the Greenbone Vulnerability Management Python API
 library. It's a collection of APIs that help with remote controlling a
 Greenbone Security Manager (GSM) appliance and its underlying Greenbone
 Vulnerability Manager (GVM). The library essentially abstracts accessing the
 communication protocols Greenbone Management Protocol (GMP) and Open Scanner
 Protocol (OSP).
 .
 This is the common documentation package.
Homepage: https://github.com/greenbone/python-gvm
Section: doc
Priority: optional
Filename: pool/main/p/python-gvm/python-gvm-doc_26.1.1-1_all.deb

Package: python-pontos-doc
Source: pontos
Version: 25.3.2-1
Installed-Size: 2984
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: libjs-sphinxdoc (>= 8.1)
Size: 227708
SHA256: 1fbd9b75093da1664b4116171f7fa6d62480651890db3b66e6fa05e7e6522405
SHA1: 99e85b5b8e28e0eaec700d6201ba1801bc6274da
MD5sum: 02a36eeedb5ef8f9b3194f0d6aad8ca5
Description: Greenbone Python Utilities and Tools (common documentation)
 This package contains  a collection of utilities, tools, classes and functions
 maintained by Greenbone Networks.
 .
 Pontos is the German name of the Greek titan Pontus, the titan of the sea.
 .
 This is the common documentation package.
Homepage: https://github.com/greenbone/pontos
Section: doc
Priority: optional
Filename: pool/main/p/pontos/python-pontos-doc_25.3.2-1_all.deb

Package: python3-aiohttp-apispec
Source: python-aiohttp-apispec
Version: 3.0.0~b2+ds1-2
Installed-Size: 64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-aiohttp (<< 4.0), python3-apispec, python3-jinja2, python3-webargs, python3:any
Size: 14204
SHA256: 4dc357cebd4d63cc755d2f20b55ce03867f58f1a16cbd1c8d18dda2e88be03f4
SHA1: ea387ca86804c3e9dceae193617f3d1d53543f23
MD5sum: e044f76dcdf89b637d989680b26f6f79
Description: Build and document REST APIs with aiohttp and apispec
 This Python module exports various decorators to automatically export
 Swagger specifications from a aiohttp server.
 .
 It also includes middleware to validate against marshmallow schemas.
 .
 Swagger UI support is currently not included.
Homepage: https://github.com/maximdanilchenko/aiohttp-apispec
Section: python
Priority: optional
Filename: pool/main/p/python-aiohttp-apispec/python3-aiohttp-apispec_3.0.0~b2+ds1-2_all.deb

Package: python3-aiohttp-security
Source: python-aiohttp-security
Version: 0.5.0-1
Installed-Size: 63
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-aiohttp, python3:any
Size: 11792
SHA256: eb042ed8fe197463e690ef0242de423312f1d1ab31d2ff6997e0618282892504
SHA1: 841aee1e1184fa7de4b872f2f4ccb29b77520c61
MD5sum: 990c2503f8ba25388db5d59316839c08
Description: provides identity and authorization for aiohttp.web
 aiohttp-security is a set of public API functions as well as a reference
 standard for implementation details for securing access to assets served
 by a wsgi server.
Homepage: https://github.com/aio-libs/aiohttp-security
Section: python
Priority: optional
Filename: pool/main/p/python-aiohttp-security/python3-aiohttp-security_0.5.0-1_all.deb

Package: python3-aioredis
Source: aioredis
Version: 1.3.1-2
Installed-Size: 273
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Depends: python3-async-timeout, python3-hiredis, python3:any
Size: 52644
SHA256: 783cafb2d4d8a24181019d8e945736a517a65d96d9c6d574c7ca7a704f93ad69
SHA1: c4ab030e12366feaada2ce29768fb21d9cd49b9b
MD5sum: 6831f82332ee8650404fbf12747d8d3d
Description: asyncio (PEP 3156) Redis support
 The library is intended to provide simple and clear interface to Redis based
 on asyncio.
 .
 Features:
  * Connections pool
  * Low-level & high-level API
  * hiredis parser
Homepage: http://aioredis.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/a/aioredis/python3-aioredis_1.3.1-2_all.deb

Package: python3-appdirs
Source: appdirs
Version: 1.4.4-4
Installed-Size: 57
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3:any
Size: 12484
SHA256: 78281b513d400420c99b812197f2c49791cabbe8676aca629a4283dda239d94b
SHA1: 1e46e18b52bcae2b816a3b23b7ca4cf9164591c7
MD5sum: 8e1abde2c0a468f62b4dc92acb2a1ab5
Description: determining appropriate platform-specific directories (Python 3)
 Depending on your system (Linux, Mac OS X, or Windows), you have to use
 different directories for storing user data. appdirs will help you choose an
 appropriate:
 .
  * user data directory (user_data_dir function)
  * user config directory (user_config_dir function)
  * user cache directory (user_cache_dir function)
  * site data directory (site_data_dir function)
  * site config directory (site_config_dir function)
  * user log directory (user_log_dir function)
 .
 On Linux systems, these function return directories based on the XDG Base
 Directory Specification.
 .
 This is the Python 3 version of the package.
Homepage: https://github.com/ActiveState/appdirs
Section: python
Priority: optional
Filename: pool/main/a/appdirs/python3-appdirs_1.4.4-4_all.deb

Package: python3-azure-functions-devops-build
Source: azure-functions-devops-build
Version: 0.0.22-6
Installed-Size: 181
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-jinja2, python3-msrest, python3:any
Size: 22640
SHA256: 95628256eac9e82c47d1e2bedbe9fcee4917c976cdb7bd7de8a6b8f6b3dc6008
SHA1: 4f8810af65027832a7345b35ab1a58eb3ded9a18
MD5sum: de3afe83e5b349ca52d4afd37c375ac4
Description: Azure Devops Build Manager For Azure Functions
 This project provides the class AzureDevopsBuildManager and supporting classes.
 This manager class allows the caller to manage Azure Devops pipelines that are
 maintained within an Azure Devops account. This project was created to be able
 to support command line tooling for the AZ Cli.
Homepage: https://github.com/Azure/azure-functions-devops-build
Section: python
Priority: optional
Filename: pool/main/a/azure-functions-devops-build/python3-azure-functions-devops-build_0.0.22-6_all.deb

Package: python3-compose
Source: docker-compose
Version: 1.29.2-6.4
Installed-Size: 474
Maintainer: Docker Compose Team <team+docker-compose@tracker.debian.org>
Architecture: all
Replaces: docker-compose (<< 1.29.2-4~)
Depends: python3-distro (>= 1.5.0), python3-docker (>= 5), python3-dockerpty (>= 0.4.1), python3-docopt (>= 0.6.1), python3-dotenv (>= 0.13.0), python3-jsonschema, python3-requests (>= 2.20.0), python3-texttable (>= 0.9.0), python3-websocket (>= 0.32.0), python3-yaml (>= 3.10), python3:any, python3-packaging
Breaks: docker-compose (<< 1.29.2-4~)
Size: 112472
SHA256: 000707715d8b1020730f005137e611069cc0efa821cb4658ad8f2c6743698558
SHA1: e5cf88005940c4650ae2cda5ee90942284f7226b
MD5sum: 8e1a3636a654f5a8e156afda09321fbc
Description: Python implementation of docker-compose file specification
 docker-compose is a service management software built on top of docker. Define
 your services and their relationships in a simple YAML file, and let compose
 handle the rest.
 .
 This package includes a Python implementation of docker-compose.
Homepage: https://docs.docker.com/compose/
Section: admin
Priority: optional
Filename: pool/main/d/docker-compose/python3-compose_1.29.2-6.4_all.deb

Package: python3-dfvfs
Source: dfvfs
Version: 20201219-1
Installed-Size: 1030
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3:any, python3-fsapfs (>= 20181205), python3-cffi-backend (>= 1.9.1), python3-cryptography (>= 2.0.2), python3-dfdatetime (>= 20180324), python3-dtfabric (>= 20170524), python3-idna (>= 2.5), python3-six (>= 1.1.0), python3-protobuf, python3-tsk (>= 20200117-3), python3-libbde (>= 20140531), python3-libewf (>= 20131210), python3-libfsext (>= 20200819), python3-libfshfs (>= 20201103), python3-libfsntfs (>= 20151130), python3-libfsxfs (>= 20201114), python3-libfvde (>= 20160719), python3-libfwnt (>= 20160418), python3-libluksde (>= 20200101), python3-libqcow (>= 20201213), python3-libsigscan (>= 20150627), python3-libsmdev (>= 20140529), python3-libsmraw (>= 20140612), python3-libvhdi (>= 20131210), python3-libvmdk (>= 20140421), python3-libvshadow (>= 20160109), python3-libvslvm (>= 20160109)
Size: 103072
SHA256: 3fe10cd17db6f3454b9b8298b375a4dfe4893fd753795851da208f62689a6a37
SHA1: 9da2169955d25019925ed231b928afaada2dd16f
MD5sum: 3f457eb3d41dfeb6cf82b1965161c859
Description: Digital Forensics Virtual File System
 The Digital Forensics Virtual File System, provides read-only access
 to file-system objects from various storage media types and file
 formats. The goal of dfVFS is to provide a generic interface for
 accessing file-system objects, for which it uses several back-ends
 that provide the actual implementation of the various storage media
 types, volume systems and file systems.
Homepage: https://github.com/log2timeline/dfvfs
Section: python
Priority: optional
Filename: pool/main/d/dfvfs/python3-dfvfs_20201219-1_all.deb

Package: python3-duckpy
Source: python-duckpy
Version: 3.2.0-3
Installed-Size: 35
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-bs4, python3-httpx, python3:any, python3-h2
Size: 6260
SHA256: 72ee47aab3311896f623b0442618aafd50338ca9644cd1e74c1cb7f8842f5777
SHA1: db9b114d0421c044532a700e77d1e79454b435ca
MD5sum: 091651f376a7c946b6fd0898eff86287
Description: simple Python library for searching on DuckDuckGo
 A simple Python module for searching on DuckDuckGo. And also provide an
 asynchronous version inside the duckpy.aio package.
 .
 Can also set up proxies and/or enable or disable random User-Agents
 depending on your needs.
Homepage: https://github.com/AmanoTeam/duckpy
Section: python
Priority: optional
Filename: pool/main/p/python-duckpy/python3-duckpy_3.2.0-3_all.deb

Package: python3-fuzzywuzzy
Source: fuzzywuzzy
Version: 0.18.0-4
Installed-Size: 64
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Depends: python3-levenshtein, python3:any
Size: 20048
SHA256: dddc6694f53d48179ce2b3a181cd25616357508d25b7102222334731734e7861
SHA1: b6498c5d8e6f48ed7854253e4779934a03a90477
MD5sum: 058104a505d5b80f70fcb20b6e2de29c
Description: Python 3 module for fuzzy string matching
 Various methods for fuzzy matching of strings in Python, including:
 .
   - String similarity: Gives a measure of string similarity between 0 and 100.
   - Partial string similarity: Inconsistent substrings are a common problem
     when string matching. To get around it, use a "best partial" heuristic
     when two strings are of noticeably different lengths.
   - Token sort: This approach involves tokenizing the string in question,
     sorting the tokens alphabetically, and then joining them back into a
     string.
   - Token set: A slightly more flexible approach. Tokenize both strings, but
     instead of immediately sorting and comparing, split the tokens into two
     groups: intersection and remainder.
Homepage: https://github.com/seatgeek/fuzzywuzzy
Section: python
Priority: optional
Filename: pool/main/f/fuzzywuzzy/python3-fuzzywuzzy_0.18.0-4_all.deb

Package: python3-gensim
Source: gensim (4.3.3+dfsg-2)
Version: 4.3.3+dfsg-2+b1
Installed-Size: 4283
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Architecture: armhf
Depends: python3 (<< 3.14), python3 (>= 3.12~), python3-numpy (>= 1:1.25.0), python3-numpy-abi9, python3-scipy, python3-smart-open, python3:any, libc6 (>= 2.38), libgcc-s1 (>= 3.5), libstdc++6 (>= 11)
Size: 890816
SHA256: 399c0158a0117adb2faf842ac83cf9d5651c2c7ffa4c00ea75763b698d143ef0
SHA1: 02bfe3f66516180f622576f56bc2cae509b7cd35
MD5sum: 8772f79263f0133579dc82434855f276
Description: Python framework for fast Vector Space Modelling
 Gensim is a Python library for topic modelling, document indexing
 and similarity retrieval with large corpora. The target audience
 is the natural language processing (NLP) and information retrieval
 (IR) community.
Homepage: https://radimrehurek.com/gensim/
Section: python
Priority: optional
Filename: pool/main/g/gensim/python3-gensim_4.3.3+dfsg-2+b1_armhf.deb

Package: python3-gvm
Source: python-gvm
Version: 26.1.1-1
Installed-Size: 596
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: gvmd (>= 21.4.5), python3-lxml, python3-paramiko, python3:any
Suggests: python-gvm-doc
Size: 57464
SHA256: e8aada1ae05698d391f6320c726591f5fdaee22116a283431b2f4405ef5f8b9f
SHA1: 30d55b1a4dd45391947d925436ca47a2b9a08976
MD5sum: 5546ac0c31e96b7c6c279b7b24dee0c9
Description: Greenbone Vulnerability Management Python Library (Python 3)
 This module gvm contains the Greenbone Vulnerability Management Python API
 library. It's a collection of APIs that help with remote controlling a
 Greenbone Security Manager (GSM) appliance and its underlying Greenbone
 Vulnerability Manager (GVM). The library essentially abstracts accessing the
 communication protocols Greenbone Management Protocol (GMP) and Open Scanner
 Protocol (OSP).
 .
 This package installs the library for Python 3.
Homepage: https://github.com/greenbone/python-gvm
Section: python
Priority: optional
Filename: pool/main/p/python-gvm/python3-gvm_26.1.1-1_all.deb

Package: python3-pontos
Source: pontos
Version: 25.3.2-1
Installed-Size: 961
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: python3-colorful, python3-dateutil, python3-httpx, python3-lxml, python3-packaging, python3-rich, python3-semver, python3-shtab, python3-tomlkit, python3:any, python3-h2
Suggests: python-pontos-doc
Size: 119252
SHA256: d36fe9cd6b834821f261ac0a4c4b27e102d16c16d15c57598a1498d82826a8b8
SHA1: b23348ddea024f62310131274ad3af656d581f24
MD5sum: 0942f48e61effff2eae9e680faf656dd
Description: Greenbone Python Utilities and Tools (Python 3)
 This package contains  a collection of utilities, tools, classes and functions
 maintained by Greenbone Networks.
 .
 Pontos is the German name of the Greek titan Pontus, the titan of the sea.
 .
 This package installs the library for Python 3.
Homepage: https://github.com/greenbone/pontos
Section: python
Priority: optional
Filename: pool/main/p/pontos/python3-pontos_25.3.2-1_all.deb

Package: python3-software-properties
Source: software-properties
Version: 0.99.30-4.1
Installed-Size: 143
Maintainer: Julian Andres Klode <jak@debian.org>
Architecture: all
Depends: gpg, iso-codes, lsb-release, python3, python3-apt, python3-gi, python3-lazr.restfulclient, python3:any
Size: 32808
SHA256: e336366bf97c7b824c41c8d71bfd08a4500ee76c5654e7367b18456e3c2ae759
SHA1: 2b85cc17651c5308908185c7afba473e97ee4ff9
MD5sum: 2e47fbd4cec8fa3d508d2e5665d364d4
Description: manage the repositories that you install software from
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains the Python3 module.
Section: python
Priority: optional
Filename: pool/main/s/software-properties/python3-software-properties_0.99.30-4.1_all.deb

Package: python3-unicrypto
Source: unicrypto
Version: 0.0.10-2
Installed-Size: 252
Maintainer: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Architecture: all
Depends: python3-pycryptodome, python3:any
Size: 39556
SHA256: b74168a5fb5c0dddc1ef37929c478618f4417e787369c6a0acc9c0117ccbfc9d
SHA1: a3d118082261586c026df64ff976673cc89f5bfd
MD5sum: 9ebcc4d7c12444755d3bb0b0876bb349
Description: Unified interface for cryptographic libraries
 Unicrypto is a library that provides a unified interface to a variety of
 cryptographic algorithms. With it, developers can easily integrate encryption
 into their applications, ensuring the security of data and communications.
 .
 The module also allows developers to have access to a wide range of
 encryption algorithms, including AES, DES, RC4 and TDES, among others.
 This library simplifies the process of implementing security in applications
 by providing a single consistent API for different algorithms, regardless of
 the underlying library used.
Homepage: https://github.com/skelsec/unicrypto
Section: python
Priority: optional
Filename: pool/main/u/unicrypto/python3-unicrypto_0.0.10-2_all.deb

Package: radare2
Version: 5.9.8+dfsg-2
Installed-Size: 1992
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Depends: libc6 (>= 2.34), libradare2-5.0.0t64 (>= 5.9.8+dfsg)
Recommends: libradare2-dev
Size: 171488
SHA256: c63384a6e857070d1749040dd8d32877751d9359f499bff809657d3904c54d78
SHA1: 3eb9557c3e05fa223e4de6c7fcade44286245e1f
MD5sum: 1029f1e3274a4924c4030678056852a8
Description: free and advanced command line hexadecimal editor
 The project aims to create a complete, portable, multi-architecture,
 unix-like toolchain for reverse engineering.
 .
 It is composed by an hexadecimal editor (radare) with a wrapped IO
 layer supporting multiple backends for local/remote files, debugger
 (OS X, BSD, Linux, W32), stream analyzer, assembler/disassembler (rasm)
 for x86, ARM, PPC, m68k, Java, MSIL, SPARC, code analysis modules and
 scripting facilities. A bindiffer named radiff, base converter (rax),
 shellcode development helper (rasc), a binary information extractor
 supporting PE, mach0, ELF, class, etc. named rabin, and a block-based
 hash utility called rahash.
Homepage: https://www.radare.org
Tag: devel::debugger, devel::editor, devel::machinecode, implemented-in::c,
 interface::commandline, interface::text-mode, role::program,
 scope::utility, security::forensics, use::analysing, use::checking,
 use::comparing, use::editing, use::searching, works-with-format::elf,
 works-with::file, works-with::text
Section: devel
Priority: optional
Filename: pool/main/r/radare2/radare2_5.9.8+dfsg-2_armhf.deb

Package: reprotest
Version: 0.7.29
Installed-Size: 339
Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>
Architecture: all
Depends: apt-utils, libdpkg-perl, procps, python3-debian, python3-distro, python3-rstr, python3:any
Recommends: disorderfs, faketime, locales-all, sudo, diffoscope-minimal
Suggests: autodep8, qemu-system, qemu-utils, schroot
Size: 90544
SHA256: 986a53b233678df21a52ba5aa9863d5975282090c0dffbe327a19bd35d7ff3c6
SHA1: c01484143873e48c7c6e4238593805bf507230ca
MD5sum: 1c3dfa841e81fb80a7edee20f62fc8bf
Description: Build software and check it for reproducibility
 reprotest builds the same source code twice in different environments, and
 then checks the binaries produced by each build for differences. If any are
 found, then diffoscope (or if unavailable then diff) is used to display them
 in detail for later analysis.
 .
 It supports different types of environment such as a "null" environment (i.e.
 doing the builds directly in /tmp) or various other virtual servers, for
 example schroot, ssh, qemu, and several others.
 .
 reprotest is developed as part of the “reproducible builds” Debian project.
Homepage: https://salsa.debian.org/reproducible-builds/reprotest
Section: devel
Priority: optional
Filename: pool/main/r/reprotest/reprotest_0.7.29_all.deb

Package: ruby-async-http
Version: 0.59.5-1
Installed-Size: 216
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: ruby-async (>= 1.25), ruby-async-io (>= 1.28), ruby-async-pool (>= 0.2), ruby-protocol-http (>= 0.23), ruby-protocol-http1 (>= 0.14.0), ruby-protocol-http2 (>= 0.14.0), ruby-traces (>= 0.8.0)
Size: 35260
SHA256: 1fd9479b817c3e5a060d01c851ec14714d5af4ab7c6dae215f0be539c483c507
SHA1: 65ddc1261d7a97a44ee706ea4c8d5670ef0204d2
MD5sum: 77618ad5c1c01442fc21ea6190456cc2
Description: HTTP client and server library
 An asynchronous client and server implementation of HTTP/1.0, HTTP/1.1
 and HTTP/2 including TLS. Support for streaming requests and responses.
 Built on top of async and async-io. falcon provides a rack-compatible server.
Homepage: https://github.com/socketry/async-http
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-async-http/ruby-async-http_0.59.5-1_all.deb

Package: ruby-mojo-magick
Version: 0.6.8-2
Installed-Size: 45
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: imagemagick, gsfonts
Size: 12456
SHA256: 883f6e7a241de0781a7a73eb4c8c2fb1b25123df18c0eaab34624af2cb70e737
SHA1: 10269b5b2c8ff41b12f95bb07f2e39a941f78a84
MD5sum: 457a9dc99a52afe2faa00cddd2c39f2d
Description: simple Ruby stateless module interface to ImageMagick
 MojoMagick is a "dog simple, do very little" image library. It is basically
 a couple of stateless module methods that make it somewhat more convenient
 than calling ImageMagick by hand.
Homepage: https://github.com/rcode5/mojo_magick
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-mojo-magick/ruby-mojo-magick_0.6.8-2_all.deb

Package: ruby-protocol-http1
Version: 0.14.6-1
Installed-Size: 49
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: ruby, ruby-protocol-http (>= 0.22)
Size: 9780
SHA256: 11748dad5144efec3c4e53967913626e0d27bf40dce33ca86686e16588577259
SHA1: 4ebfe1c0aeaf94f33f92fde2fdbb6181611d4492
MD5sum: b05ca139e61a1cd24fa819ba7fb9febe
Description: low level implementation of the HTTP/1 protocol
 Protocol::HTTP1 provides a low-level implementation of the HTTP/1
 protocol.
Homepage: https://github.com/socketry/protocol-http1
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-protocol-http1/ruby-protocol-http1_0.14.6-1_all.deb

Package: ruby-protocol-http2
Version: 0.14.2-1
Installed-Size: 132
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Architecture: all
Depends: ruby-protocol-hpack (>= 1.4), ruby-protocol-http (>= 0.18), ruby, ruby-protocol-hpack (<< 2.0), ruby-protocol-http (<< 1.0)
Size: 20396
SHA256: ee9599029a48e647f4c3e6a0413e6086d064b6f32909df35baec49042b59aaf5
SHA1: a5ff8082dc9bb1b928340a68ec93eef74a030f0b
MD5sum: 4a2874ec5b0a6754326802fe6d5105e0
Description: low level implementation of the HTTP/2 protocol
 Protocol::HTTP2 provides a low-level implementation of the HTTP/2
 protocol.
Homepage: https://github.com/socketry/protocol-http2
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-protocol-http2/ruby-protocol-http2_0.14.2-1_all.deb

Package: software-properties-common
Source: software-properties
Version: 0.99.30-4.1
Installed-Size: 450
Maintainer: Julian Andres Klode <jak@debian.org>
Architecture: all
Replaces: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
Depends: ca-certificates, gir1.2-glib-2.0, gir1.2-packagekitglib-1.0 (>= 1.1.0-2), packagekit, python-apt-common (>= 0.9), python3, python3-dbus, python3-gi, python3-software-properties (= 0.99.30-4.1), python3:any
Breaks: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
Size: 62000
SHA256: a37ff20ecc60954b7b19f7bae56e6cc6ffeb0bab676eefc44e5c6d08c16ea148
SHA1: 888ddeb314f00fdfff3c5bd3351b6b62a600ead7
MD5sum: 4b48dcef61b96d56cdd9b078520848aa
Description: manage the repositories that you install software from (common)
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains the common files for software-properties like the
 D-Bus backend.
Section: admin
Priority: optional
Filename: pool/main/s/software-properties/software-properties-common_0.99.30-4.1_all.deb

Package: software-properties-gtk
Source: software-properties
Version: 0.99.30-4.1
Installed-Size: 438
Maintainer: Julian Andres Klode <jak@debian.org>
Architecture: all
Depends: gir1.2-goa-1.0 (>= 3.27.92), gir1.2-gtk-3.0, gir1.2-handy-1, libgtk3-perl, python3, python3-dateutil, python3-distro-info, python3-gi, python3-software-properties (= 0.99.30-4.1), software-properties-common, dconf-gsettings-backend | gsettings-backend, python3:any
Recommends: gnome-keyring, gnome-session-bin | xfce4-session | mate-session-manager
Suggests: gnome-software
Size: 65576
SHA256: 6957341613d6c440fb164909e74becbf6d8e7dbb6958244d9eb4aef7bad71139
SHA1: eca0662c74cb159b2cf23c6e3ddbed3a2aea351a
MD5sum: 2c222ada6773df000fabc7ac87650cf5
Description: manage the repositories that you install software from (GTK)
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains a GTK+ based graphical interface.
Tag: admin::configuring, admin::package-management, implemented-in::python,
 interface::graphical, interface::x11, role::program,
 scope::application, uitoolkit::gtk, use::configuring, x11::application
Section: admin
Priority: optional
Filename: pool/main/s/software-properties/software-properties-gtk_0.99.30-4.1_all.deb

Package: software-properties-qt
Source: software-properties
Version: 0.99.30-4.1
Installed-Size: 158
Maintainer: Julian Andres Klode <jak@debian.org>
Architecture: all
Replaces: software-properties-kde
Depends: debconf-kde-helper, python3, python3-pyqt5, python3-software-properties (= 0.99.30-4.1), software-properties-common, python3:any
Suggests: plasma-discover
Conflicts: software-properties-kde
Size: 32172
SHA256: 21a37e63c3bb5a5e618b3eb55bca0fd2c6511ba632006ee99dffc5b14d64f16b
SHA1: 7479e9a41e360fcf13e89c74a63c72ef5511c699
MD5sum: af785e952ff3036201ea8c9fe633046d
Description: manage the repositories that you install software from (Qt)
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains a Qt-based graphical interface.
Section: kde
Priority: optional
Filename: pool/main/s/software-properties/software-properties-qt_0.99.30-4.1_all.deb

Package: sqsh
Source: sqsh (2.5.16.1-2)
Version: 2.5.16.1-2+b1
Installed-Size: 274
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: armhf
Depends: libc6 (>= 2.11), libct4 (>= 1.00.82), libreadline8 (>= 6.0), libxm4 (>= 2.3.4), libxt6
Size: 171528
SHA256: 1385d151c083a3476435dcda4f37c10e0c8b5da0530e21546239f9d783fc004b
SHA1: f8e2e6aa32bfaee47a983aa5c9088a7a043f0ffd
MD5sum: 6871c3d455716f395363540745add09e
Description: commandline SQL client for MS SQL and Sybase servers
 sqsh is a flexible commandline utility that uses the freetds libraries
 to connect to Sybase or Microsoft SQL servers.  It is a useful debugging
 tool for identifying problems with other SQL applications, and it can be
 used as a productivity tool in its own right:  unlike most SQL CLIs, sqsh's
 interactive shell lets you pipe the output of SQL queries directly to other
 Unix commands for further processing.
Homepage: http://sourceforge.net/projects/sqsh/
Tag: devel::lang:sql, interface::graphical, interface::shell, interface::x11,
 network::client, role::program, uitoolkit::motif, uitoolkit::ncurses,
 works-with::db, x11::application
Section: utils
Priority: optional
Filename: pool/main/s/sqsh/sqsh_2.5.16.1-2+b1_armhf.deb

Package: steghide
Version: 0.5.1-15
Installed-Size: 352
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.5), libjpeg62-turbo (>= 1.3.1), libmcrypt4, libmhash2 (>= 0.9.9.9), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Size: 126800
SHA256: 4b211e4d881680bef5c4e9c4c3025cca5de71c73c302a6bec95a30d6e2eb5665
SHA1: e981e4457d7f4981420ee041e88099d3f1c2ed25
MD5sum: 5d3af3ae4b29d3a34eeae47660c82eff
Description: steganography hiding tool
 Steghide is steganography program which hides bits of a data file
 in some of the least significant bits of another file in such a way
 that the existence of the data file is not visible and cannot be proven.
 .
 Steghide is designed to be portable and configurable and features hiding
 data in bmp, jpeg, wav and au files, blowfish encryption, MD5 hashing of
 passphrases to blowfish keys, and pseudo-random distribution of hidden bits
 in the container data.
 .
 Steghide is useful in digital forensics investigations.
Homepage: http://steghide.sourceforge.net/
Tag: interface::commandline, role::program, scope::utility,
 security::cryptography, works-with::image, works-with::image:raster
Section: misc
Priority: optional
Filename: pool/main/s/steghide/steghide_0.5.1-15_armhf.deb

Package: steghide-doc
Source: steghide
Version: 0.5.1-15
Installed-Size: 7636
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: libjs-jquery
Size: 402640
SHA256: ce754ea9e9725ea88be15a46c01b3d6ff03c4cfec710beffbc24a5cd0c388add
SHA1: cff14620dfae17d42db6d0b813c82d70643408fe
MD5sum: 4d902e305d41972c279fe70a86785df6
Description: steganography hiding tool - documentation files
 Steghide is steganography program which hides bits of a data file
 in some of the least significant bits of another file in such a way
 that the existence of the data file is not visible and cannot be proven.
 .
 Steghide is designed to be portable and configurable and features hiding
 data in bmp, jpeg, wav and au files, blowfish encryption, MD5 hashing of
 passphrases to blowfish keys, and pseudo-random distribution of hidden bits
 in the container data.
 .
 These packages contains the common documentation files.
Multi-Arch: foreign
Homepage: http://steghide.sourceforge.net/
Section: doc
Priority: optional
Filename: pool/main/s/steghide/steghide-doc_0.5.1-15_all.deb

Package: sucrack
Version: 1.2.3-7
Installed-Size: 40
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: armhf
Depends: libc6 (>= 2.38)
Size: 17084
SHA256: d792e8918c51c309ceee184539e11c6d7fac7017c5bddd11bac0bc365116440b
SHA1: 92ed74f20e3c2d92f08f67b4bca2d503832bd570
MD5sum: bf017004769579f6ff79973ef17d4f6e
Description: multithreaded su bruteforcer
 sucrack is a multithreaded Linux/UNIX tool for cracking local
 user accounts via wordlist bruteforcing su. This tool comes in
 handy when you've gained access to a low-privilege user account
 but are allowed to su to other users. Many su implementations
 require a pseudo terminal to be attached in order to take the
 password from the user. This can't be easily achieved with a
 simple shell script. This tool, written in C, is highly
 efficient and can attempt multiple logins at the same time.
Homepage: https://labs.portcullis.co.uk/tools/sucrack/
Tag: role::program, scope::utility, security::cryptography
Section: admin
Priority: optional
Filename: pool/main/s/sucrack/sucrack_1.2.3-7_armhf.deb

Package: wapiti
Version: 3.0.4+dfsg-2
Installed-Size: 1580
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Architecture: all
Depends: libjs-jquery, python3-bs4 (>= 4.9.3), python3-importlib-metadata, python3-mako (>= 1.1.2), python3-markupsafe, python3-requests, python3-six (>= 1.15.0), python3-socks, python3-tld, python3-yaswfp, python3:any
Size: 337896
SHA256: 63daeecf9b8c5674579efd1229621055ed52a5833203b5cd7be7fc0d56ba24bd
SHA1: c8de6119675f457677e08db06c28639a2d08e8a7
MD5sum: ad213a43facce958c05840d71b46aec0
Description: web application vulnerability scanner
 Wapiti allows you to audit the security of your web applications.
 It performs "black-box" scans, i.e. it does not study the source code of the
 application but will scan the web pages of the deployed web applications,
 looking for scripts and forms where it can inject data.
 Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see
 if a script is vulnerable.
 .
 Wapiti can detect the following vulnerabilities:
  - Database Injection (PHP/ASP/JSP SQL Injections and XPath Injections)
  - Cross Site Scripting (XSS) reflected and permanent
  - File disclosure detection (local and remote include, require, fopen,
    readfile...)
  - Command Execution detection (eval(), system(), passtru()...)
  - XXE (Xml eXternal Entity) injection
  - CRLF Injection
  - Search for potentially dangerous files on the server (thank to the Nikto db)
  - Bypass of weak htaccess configurations
  - Search for copies (backup) of scripts on the server
  - Shellshock
  - DirBuster like
  - Server Side Request Forgery (through use of an external Wapiti website)
Homepage: https://wapiti.sourceforge.net/
Tag: implemented-in::python, role::program, security::TODO, use::analysing
Section: python
Priority: optional
Filename: pool/main/w/wapiti/wapiti_3.0.4+dfsg-2_all.deb

Package: xrdp
Version: 0.9.24-5
Installed-Size: 2590
Maintainer: Debian Remote Maintainers <debian-remote@lists.debian.org>
Architecture: armhf
Depends: adduser, sysvinit-utils (>= 3.06-4), ssl-cert, libc6 (>= 2.34), libfuse2t64 (>= 2.6), libjpeg62-turbo (>= 1.3.1), libopus0 (>= 1.1), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libx11-6, libxfixes3, libxrandr2
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: fuse, pipewire-module-xrdp, xorgxrdp
Suggests: guacamole
Size: 442584
SHA256: 432f2a71b4343cb6a9d2413d018cf43b03b3eed38dd90f724b6ad5d4b6e7c036
SHA1: 65fbb56c562151be98b8eeaf0d517a7bd10272a2
MD5sum: f54ff2ca18d1884858331a9892cd556b
Description: Remote Desktop Protocol (RDP) server
 xrdp offers a graphical login to a remote client using
 RDP (the Remote Desktop Protocol). xrdp can connect to
 a locally created X.org session with the xorgxrdp drivers,
 to a VNC X11 server, and forward to another RDP server.
 .
 xrdp accepts connections from freerdp, rdesktop, and the
 built-in terminal server / remote desktop clients of
 Microsoft Windows operating systems.
 In the xorgxrdp (which replaces X11RDP) and VNC modes,
 it provides a fully functional Linux terminal server,
 offering an X-Window desktop to the user. In the RDP
 or VNC forwarding mode, any sort of desktop can be used.
Homepage: http://www.xrdp.org/
Tag: implemented-in::c, interface::daemon, interface::graphical,
 interface::x11, network::server, role::program, use::login,
 use::viewing, x11::application
Section: net
Priority: optional
Filename: pool/main/x/xrdp/xrdp_0.9.24-5_armhf.deb

Package: yersinia
Source: yersinia (0.8.2-2.2)
Version: 0.8.2-2.2+b1
Installed-Size: 299
Maintainer: Noël Köthe <noel@debian.org>
Architecture: armhf
Depends: libc6 (>= 2.34), libncurses6 (>= 6), libnet1 (>= 1.1.2.1), libpcap0.8t64 (>= 0.9.8), libtinfo6 (>= 6)
Size: 105840
SHA256: 9e2da662dbb5a82c3856fcd9cedfe0cc75307ce85300786482a568201123fd6f
SHA1: 300bb4f94b57a0c1bcc6dcd18796c0a7a5f84f86
MD5sum: ad2485b63d2a3ee2b91e3eb91afe1494
Description: Network vulnerabilities check software
 Yersinia is a framework for performing layer 2 attacks. It is designed
 to take advantage of some weakeness in different network protocols. It
 pretends to be a solid framework for analyzing and testing the deployed
 networks and systems.
 .
 Attacks for the following network protocols are implemented in this
 particular release:
  - Spanning Tree Protocol (STP).
  - Cisco Discovery Protocol (CDP).
  - Dynamic Trunking Protocol (DTP).
  - Dynamic Host Configuration Protocol (DHCP).
  - Hot Standby Router Protocol (HSRP).
  - 802.1q.
  - 802.1x.
  - Inter-Switch Link Protocol (ISL).
  - VLAN Trunking Protocol (VTP).
Homepage: https://github.com/tomac/yersinia
Tag: interface::graphical, interface::x11, role::program, uitoolkit::gtk,
 uitoolkit::ncurses, use::analysing, works-with::network-traffic,
 x11::application
Section: admin
Priority: optional
Filename: pool/main/y/yersinia/yersinia_0.8.2-2.2+b1_armhf.deb