Update pentest.json
This commit is contained in:
parent
740d6e7f52
commit
71735facc2
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in New Issue