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-08-21 11:03:55 +0200
committerGitHub <noreply@github.com>2019-08-21 11:03:55 +0200
commit71735facc2ae048566b3a96a0ba28f7abb77b97c (patch)
tree1e586aa8e657ec4a0780c01b4a16623886e22752 /deployments/pentest.json
parent740d6e7f52df237f67759f6362467d66998bb224 (diff)
Update pentest.json
Diffstat (limited to 'deployments/pentest.json')
-rw-r--r--deployments/pentest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/pentest.json b/deployments/pentest.json
index 5805fe45..e636cfa0 100644
--- a/deployments/pentest.json
+++ b/deployments/pentest.json
@@ -25,7 +25,7 @@
"curl -O https://blackarch.org/strap.sh" : null,
"chmod +x strap.sh" : null,
"sudo ./strap.sh" : null,
- "touch /mnt/openvpn/client/customer.conf" : {"no-chroot" : 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},
"echo 'Interface=eno1\nConnection=ethernet\nIP=dhcp' > /mnt/etc/netctl/LAN" : {"no-chroot" : true},