Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nvqna opened this issue Aug 14, 2020 · 1 comment
Open

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

nvqna opened this issue Aug 14, 2020 · 1 comment

Comments

@nvqna
Copy link

nvqna commented Aug 14, 2020

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

@christophetd
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants