index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-08-21 16:44:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 16:44:09 +0200 |
commit | 9c5b0425790d19b2ecdfd8925d383a80a4fcb433 (patch) | |
tree | f4ca03b7a6d06d0cae76a1587215c1ce5a8c9f54 /deployments/pentest.json | |
parent | 86b8f699fb99a33bc1a4cf376034bb102770c370 (diff) |
-rw-r--r-- | deployments/pentest.json | 4 |
diff --git a/deployments/pentest.json b/deployments/pentest.json index 5de29af6..f65f556a 100644 --- a/deployments/pentest.json +++ b/deployments/pentest.json @@ -24,7 +24,7 @@ "Configure pentest environment" : { "curl -O https://blackarch.org/strap.sh" : null, "chmod +x strap.sh" : null, - "sudo ./strap.sh" : null, + "sudo ./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}, "sed -i 's/ExecStart=/ExecStartPre=\\/usr\\/bin\\/sleep 30\n&/' /mnt/usr/lib/systemd/system/sshd.service" : {"no-chroot" : true}, @@ -35,7 +35,7 @@ "cp dumper/dumper.py /usr/bin/" : null, "chmod 440 /etc/dumper/config.json" : null, "chmod 540 /usr/bin/dumper.py" : null, - "cp dumper/systemd/* /etc/systemd/system/" : null, + "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, |