Codebase list powershell-empire / debian/2.5-0kali3 debian / control
debian/2.5-0kali3

Tree @debian/2.5-0kali3 (Download .tar.gz)

control @debian/2.5-0kali3raw · history · blame

Source: powershell-empire
Section: misc
Priority: optional
Maintainer: Kali Developers <[email protected]>
Uploaders: Sophie Brun <[email protected]>
Build-Depends: debhelper-compat (= 12), dh-python, python-all
Standards-Version: 4.3.0
Homepage: http://www.powershellempire.com/
Vcs-Git: https://gitlab.com/kalilinux/packages/powershell-empire.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/powershell-empire

Package: powershell-empire
Architecture: all
Depends: python-crypto,
         python-cryptography,
         python-dropbox,
         python-flask,
         python-iptools,
         python-jinja2,
         python-m2crypto,
         python-macholib,
         python-netifaces,
         python-openssl,
         python-pefile,
         python-pydispatch,
         python-pyinstaller,
         python-pyminifier,
         python-requests,
         python-setuptools,
         python-urllib3,
         python-xlrd,
         python-xlutils,
         python-zlib-wrapper,
         ${misc:Depends},
         ${python:Depends}
Recommends: xar, bomutils, powershell
Description: PowerShell and Python post-exploitation agent
 This package contains a post-exploitation framework that includes a
 pure-PowerShell2.0 Windows agent, and a pure Python 2.6/2.7 Linux/OS X agent.
 It is the merge of the previous PowerShell Empire and Python EmPyre projects.
 The framework offers cryptologically-secure communications and a flexible
 architecture. On the PowerShell side, Empire implements the ability to run
 PowerShell agents without needing powershell.exe, rapidly deployable
 post-exploitation modules ranging from key loggers to Mimikatz, and adaptable
 communications to evade network detection, all wrapped up in a
 usability-focused framework.