hotwax icon indicating copy to clipboard operation
hotwax copied to clipboard

Script to provision a curated set of pentesting tools into a Kali (supported) box.

Results 4 hotwax issues
Sort by recently updated
recently updated
newest added

![Capture](https://user-images.githubusercontent.com/16950739/109430531-b86b9880-79b6-11eb-8917-74beb021e21d.PNG)

python-pip isn't found in Kali Rolling v2020.3 repos ([source](https://unix.stackexchange.com/a/580908)) which means all the playbook tasks can't run. I tried to get around it by commenting out ```- include_tasks: tasks/python_virtualenv.yml``` in...

TASK [Install python2.7] ******************************************************* [WARNING]: Updating cache and auto-installing missing dependency: python-apt fatal: [127.0.0.1]: FAILED! => changed=false cmd: apt-get install --no-install-recommends python-apt -y -q msg: 'E: Package ''python-apt'' has no...

Part of the installation kept failing with the following error message: `` TASK [Install Samba compilation prerequisites] ***************************************** fatal: [127.0.0.1]: FAILED! => changed=false cache_update_time: 1583747690 cache_updated: false msg: |- '/usr/bin/apt-get...