Source: penelope
Section: net
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: David da Silva Polverari <polverari@debian.org>
Build-Depends: debhelper-compat (= 14),
               dh-sequence-python3,
               dh-sequence-single-binary,
               lowdown,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools
Standards-Version: 4.7.4
Homepage: https://github.com/brightio/penelope
Vcs-Browser: https://salsa.debian.org/pkg-security-team/penelope
Vcs-Git: https://salsa.debian.org/pkg-security-team/penelope.git

Package: penelope
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: advanced shell handler for penetration testing and CTFs
 Penelope is a modern shell handler designed for penetration testers and CTF
 players. It provides a highly capable alternative to basic netcat listeners,
 streamlining reverse and bind shell management during post-exploitation.
 .
 It operates entirely using the Python standard library, requiring no external
 dependencies.
 .
 Key features include:
  * Automatic PTY upgrades for fully interactive terminal sessions.
  * Multi-session management to control multiple targets simultaneously.
  * Native session logging and interaction tracking.
  * Seamless file transfer capabilities between host and target.
  * Helper modules for local privilege escalation and enumeration.
