From 9c5b0425790d19b2ecdfd8925d383a80a4fcb433 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 21 Aug 2019 16:44:09 +0200 Subject: Fixed the copying of a file that was broken --- deployments/pentest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployments') 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, -- cgit v1.2.3-54-g00ecf