Codebase list powershell-empire / e14c78b
Switch to Python 3 Sophie Brun 4 years ago
3 changed file(s) with 25 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
44 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-python, python-all
5 Build-Depends: debhelper-compat (= 12), dh-python, python3-all
66 Standards-Version: 4.3.0
77 Homepage: http://www.powershellempire.com/
88 Vcs-Git: https://gitlab.com/kalilinux/packages/powershell-empire.git
1010
1111 Package: powershell-empire
1212 Architecture: all
13 Depends: python-crypto,
14 python-cryptography,
15 python-dropbox,
16 python-flask,
17 python-iptools,
18 python-jinja2,
19 python-m2crypto,
20 python-macholib,
21 python-netifaces,
22 python-openssl,
23 python-pefile,
24 python-pydispatch,
25 python-pyinstaller,
26 python-pyminifier,
27 python-requests,
28 python-setuptools,
29 python-urllib3,
30 python-xlrd,
31 python-xlutils,
32 python-zlib-wrapper,
13 Depends: python3-crypto,
14 python3-cryptography,
15 python3-dropbox,
16 python3-flask,
17 python3-iptools,
18 python3-jinja2,
19 python3-m2crypto,
20 python3-macholib,
21 python3-netifaces,
22 python3-openssl,
23 python3-pefile,
24 python3-pydispatch,
25 python3-pyinstaller,
26 python3-pyminifier,
27 python3-requests,
28 python3-setuptools,
29 python3-urllib3,
30 python3-xlrd,
31 python3-xlutils,
32 python3-zlib-wrapper,
3333 ${misc:Depends},
34 ${python:Depends}
34 ${python3:Depends}
3535 Recommends: xar, bomutils, powershell
3636 Description: PowerShell and Python post-exploitation agent
3737 This package contains a post-exploitation framework that includes a
38 pure-PowerShell2.0 Windows agent, and a pure Python 2.6/2.7 Linux/OS X agent.
38 pure-PowerShell2.0 Windows agent, and a pure Python Linux/OS X agent.
3939 It is the merge of the previous PowerShell Empire and Python EmPyre projects.
4040 The framework offers cryptologically-secure communications and a flexible
4141 architecture. On the PowerShell side, Empire implements the ability to run
77 if [ ! -e /usr/share/powershell-empire/data/empire.db ]; then
88 # define STAGING_KEY=RANDOM to avoir prompt during postinst
99 export STAGING_KEY=RANDOM
10 python /usr/share/powershell-empire/setup/setup_database.py
10 python3 /usr/share/powershell-empire/setup/setup_database.py
1111 fi
1212 # generate a certificate if it's missing
1313 if [ ! -e /usr/share/powershell-empire/data/empire-priv.key ]; then
22
33
44 %:
5 dh $@ --with python2
5 dh $@ --with python3
66
77 override_dh_install:
88 # don't install the script install.sh and the file