christophetd / Adaz

:wrench: Deploy customizable Active Directory labs in Azure - automatically.
https://blog.christophetd.fr/automating-the-provisioning-of-active-directory-labs-in-azure/
406 stars 83 forks source link

Add a (optional?) Kali box to the workstation subnet #31

Open nvqna opened 4 years ago

nvqna commented 4 years ago

A Kali box would be helpful in simulating various attacks on the network.

christophetd commented 4 years ago

Thanks for the suggestion! In the meantime, you can get a local Kali box (e.g. on VirtualBox) "as if" it was on the network by creating a dynamic SSH tunnel through the ES machine:

ssh -D 1080 hunter@elastic-ip

Then you can use proxychains for instance:

export PROXYCHAINS_SOCKS5=1080
proxychains nmap ...