Skip to content

Commit

Permalink
Fix empire
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Oct 21, 2024
1 parent d8898de commit f7416c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/pentesting/empire/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://athenaos.org/en/policy/package-policy/.

pkgname=empire
pkgver=v5.11.5.r0.gee6526b
pkgver=v5.11.5.r3.g250944e
pkgrel=1
epoch=3
pkgdesc='A PowerShell and Python post-exploitation agent.'
Expand Down Expand Up @@ -63,9 +63,7 @@ prepare() {
cd $pkgname

# Prevent invoking git submodule update on install directory since no git dir
sed -i "s/auto_update: true/auto_update: false/g" ./empire/server/config.yaml
# Prevent invoking git clone on install directory due to permission denied
sed -i '/starkiller:/,/enabled:/s/enabled: true/enabled: false/' ./empire/server/config.yaml
sed -i "/submodules:/,/auto_update:/s/auto_update: true/auto_update: false/" ./empire/server/config.yaml

# need by empire
cp -r "$srcdir/pyOpenSSL-22.0.0/src/OpenSSL" OpenSSL
Expand Down

0 comments on commit f7416c0

Please sign in to comment.