Adaz
Adaz copied to clipboard
Add a (optional?) Kali box to the workstation subnet
A Kali box would be helpful in simulating various attacks on the network.
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 ...