Update pentest.json

This commit is contained in:
Anton Hvornum 2019-08-21 11:03:55 +02:00 committed by GitHub
parent 740d6e7f52
commit 71735facc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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},