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-09-24 19:21:16 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-09-24 19:21:16 +0200
commitcc7a4e883d92758c61d3573925e38ff3475d621f (patch)
tree44b997dfcab003c0c5efac14693aeaf479797bea /deployments/pentest.json
parent465da51e6732ef9d591831a3a0b65f2d6b7d0b14 (diff)
Tweaked the final steps of the pentest machine
Diffstat (limited to 'deployments/pentest.json')
-rw-r--r--deployments/pentest.json3
1 files changed, 2 insertions, 1 deletions
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
}