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:
Diffstat (limited to 'deployments/pentest.json')
-rw-r--r--deployments/pentest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployments/pentest.json b/deployments/pentest.json
index 5de29af6..f65f556a 100644
--- a/deployments/pentest.json
+++ b/deployments/pentest.json
@@ -24,7 +24,7 @@
"Configure pentest environment" : {
"curl -O https://blackarch.org/strap.sh" : null,
"chmod +x strap.sh" : null,
- "sudo ./strap.sh" : null,
+ "sudo ./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},
@@ -35,7 +35,7 @@
"cp dumper/dumper.py /usr/bin/" : null,
"chmod 440 /etc/dumper/config.json" : null,
"chmod 540 /usr/bin/dumper.py" : null,
- "cp dumper/systemd/* /etc/systemd/system/" : null,
+ "cp dumper/systemd/dumper\@.service /etc/systemd/system/" : null,
"sed -i 's/#ListenAddress 0.0.0.0/ListenAddress 192.168.0.10/' /mnt/etc/ssh/sshd_config" : {"no-chroot" : true},
"rm -rf dumper" : null,
"netctl enable LAN" : null,