My favorite pentesting setup.
Today i'm setting up the #KaliLinux #Docker #container for my #ansible #playbook. This setup has some pretty cool advantages for me.
I can:
- access the shell and files using #SSH and #SFTP.
- customize the installation to the fullest extend using the #Dockerfile.
- easily route the #networktraffic through a #vpn using #gluetun.
- reproduce the setup (i love Docker).
- use GUI apps from that container using X11Forwarding or by installing a #vnc server.
This has been my favorite #pentesting setup so far for obvious reasons. I can access a fully configured pentesting environment on all my devices, always accessible and ready to go.
In case anyone is interested in the setup, it will be included in my ansible playbook, which will be published on this repository.