shiva
shiva copied to clipboard
An Ansible playbook to provision a host for penetration testing and CTF challenges
update inventory.ini to not require SSH connection to localhost
Simplify LinEnum task - no need for git clone and cleanup, can just download the single LinEnum.sh file from the master branch and save in the right place.
Add task to install Powershell as a snap package. Ansible snap module requires Ansible version 2.8, which is newer than the default apt package in Ubuntu 18.04, but can be...
Moved golang and node.js to snap-based package installs, which are easier and more maintainable (and work across Ubuntu 18.04 and 20.04 etc.). Snap package versions are kept relatively fresh (more...