Codebase list powershell-empire / d848097 debian / control
d848097

Tree @d848097 (Download .tar.gz)

control @d848097raw · 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, python3-all
Standards-Version: 4.5.0
Homepage: https://github.com/BC-SECURITY/Empire
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: python3-bcrypt,
         python3-cryptography,
         python3-dropbox,
         python3-flask,
# it requires flask-socketio 4.3.1 but we already have 5.*
#	 python3-flask-socketio,
	 python3-gevent-websocket,
         python3-iptools,
         python3-jinja2,
         python3-m2crypto,
         python3-macholib,
         python3-netifaces,
         python3-openssl,
         python3-pefile,
	 python3-prompt-toolkit,
         python3-pycryptodome,
         python3-pydispatch,
         python3-pyinstaller,
         python3-pyminifier,
	 python3-pymysql,
	 python3-pyparsing,
         python3-requests,
         python3-setuptools,
	 python3-simplejson,
	 python3-sqlalchemy,
	 python3-sqlalchemy-utc,
         python3-urllib3,
         python3-xlrd,
         python3-xlutils,
	 python3-yaml,
         python3-zlib-wrapper,
         ${misc:Depends},
         ${python3: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 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.