Open nvqna opened 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 ...
A Kali box would be helpful in simulating various attacks on the network.