How To Secure Dispatchers.?
Hi there,
I've been searching for this too long and still didn't found anything yet ,
Sorry if this has been asked before.
The thing is I have two dispatchers on two different VPS working externally as a Grid, my laptop is the controller with the help of the Command (arachni_rpc).
Everything working just fine, but I'm thinking of how to secure my dispatcher from letting anyone connecting to them.
Or how to configure my dispatcher to only listen to my IP address.
For example if someone knows my dispatcher IP address and the port it listen to , they can connect to them and even more.
if there is a way please show me the steps.
thanks in advance.
Khalil.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 09 Aug, 2017 11:26 AM
Hello,
You need to setup SSL authentication via client/server certificates and set them via the
--server-ssl-*
and--client-ssl-*
options.Cheers,
Tasos L.