Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-08-21 16:44:09 +0200
committerGitHub <noreply@github.com>2019-08-21 16:44:09 +0200
commit9c5b0425790d19b2ecdfd8925d383a80a4fcb433 (patch)
treef4ca03b7a6d06d0cae76a1587215c1ce5a8c9f54 /deployments
parent86b8f699fb99a33bc1a4cf376034bb102770c370 (diff)
Fixed the copying of a file that was broken
Diffstat (limited to 'deployments')
-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,