From cc7a4e883d92758c61d3573925e38ff3475d621f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 24 Sep 2019 19:21:16 +0200 Subject: Tweaked the final steps of the pentest machine --- deployments/pentest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deployments/pentest.json') diff --git a/deployments/pentest.json b/deployments/pentest.json index de13640f..a942d8e7 100644 --- a/deployments/pentest.json +++ b/deployments/pentest.json @@ -31,6 +31,7 @@ "pacman-key --populate archlinux" : null, "pacman-key --update" : null, "pacman -Syy" : null, + "sh strap.sh" : null, "sh 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}, @@ -45,7 +46,7 @@ "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, + "netctl enable LAN" : {"boot" : true}, "systemctl enable dumper@eno1.service" : null, "systemctl enable sshd" : null } -- cgit v1.2.3-70-g09d2