This is the currently supported repository.
This repository is meant to transform a basic Ubuntu system into a hacking platform. Previously, we used to deploy a Virtualbox image, but with the rise of different architectures, such as aarch64 (MacBook Silicon), and the variety of hypervisors, this was becoming a tough task.
The idea of this project is to transform a clean installation on any hypervisor into a hacking platform. All necessary software will be automatically deployed and installed using Ansible.
Using wget:
wget -qO- https://raw.githubusercontent.com/eHacking-WebSec/ansible-ehacking/refs/heads/main/ubuntu_to_ehacking.sh | bashUsing curl:
curl -s https://raw.githubusercontent.com/eHacking-WebSec/ansible-ehacking/refs/heads/main/ubuntu_to_ehacking.sh | bash- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Kali Linux 2024.02
- Import of self-signed certificates into Firefox and Chromium store does not seem to work
- Test Kubuntu 22.04 LTS
- Test Kubuntu 24.04 LTS
- Test additional Ubuntu variants
- Maybe support Debian?
- Maybe support Fedora?