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:32:49 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-09-24 19:32:49 +0200
commit2e01ecc181bcc615d321f6e902abd78a18e49b38 (patch)
tree5d62bc24d7e7743af6be88341a36445420e0e20b /deployments/pentest.json
parentcc7a4e883d92758c61d3573925e38ff3475d621f (diff)
Revamped README. Fixed more steps in pentest
Diffstat (limited to 'deployments/pentest.json')
-rw-r--r--deployments/pentest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployments/pentest.json b/deployments/pentest.json
index a942d8e7..900836ce 100644
--- a/deployments/pentest.json
+++ b/deployments/pentest.json
@@ -33,6 +33,7 @@
"pacman -Syy" : null,
"sh strap.sh" : null,
"sh strap.sh" : {"debug" : true},
+ "pacman -Syy --noconfirm {_pentest}" : {"pass-args" : 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},