Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/pentest.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-09-03 20:26:36 +0200
committerGitHub <noreply@github.com>2019-09-03 20:26:36 +0200
commitf382a3a48e9748b9be203ccf5efc484a928756e0 (patch)
treecdd9c06c51fc1d5c468515dadced01bcb4399e1b /deployments/pentest.json
parent6da033480fd287038edc5d5333cad11598db3e0d (diff)
Working around blackarch's slightly odd strapper
Diffstat (limited to 'deployments/pentest.json')
-rw-r--r--deployments/pentest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployments/pentest.json b/deployments/pentest.json
index 177ab7a1..b1ff6fc2 100644
--- a/deployments/pentest.json
+++ b/deployments/pentest.json
@@ -24,10 +24,11 @@
"Configure pentest environment" : {
"curl -O https://blackarch.org/strap.sh" : null,
"chmod +x strap.sh" : null,
+ "sh strap.sh" : {"debug" : true},
"rm -rf /etc/pacman.d/gnupg" : null,
"pacman-key --populate" : null,
"pacman-key --update" : null,
- "sudo ./strap.sh" : {"debug" : true},
+ "sh strap.sh" : {"debug" : true},
"touch /mnt/etc/openvpn/client/customer.conf" : {"no-chroot" : true},
"sed -i 's/After=network.target/After=openvpn-client@customer.service\n&/' /mnt/usr/lib/systemd/system/sshd.service" : {"no-chroot" : true},
"sed -i 's/ExecStart=/ExecStartPre=\\/usr\\/bin\\/sleep 30\n&/' /mnt/usr/lib/systemd/system/sshd.service" : {"no-chroot" : true},