Adaz icon indicating copy to clipboard operation
Adaz copied to clipboard

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

Open nvqna opened this issue 4 years ago • 1 comments

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

nvqna avatar Aug 14 '20 14:08 nvqna

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 ...

christophetd avatar Aug 14 '20 16:08 christophetd