... | ... | @@ -47,7 +47,7 @@ I, [2014-08-03T19:28:31.867399 #48953] INFO -- System: Listening on 127.0.0.1:7 |
|
|
|
|
|
This is what happens when no options have been set; the default port is `7331`.
|
|
|
|
|
|
#### <a id="dispatcher-connect" href="#dispatcher-connect">Connecting to a Dispatcher</a>
|
|
|
#### <a name="dispatcher-connect" href="#dispatcher-connect">Connecting to a Dispatcher</a>
|
|
|
|
|
|
```
|
|
|
require 'arachni'
|
... | ... | @@ -63,7 +63,7 @@ dispatcher = Arachni::RPC::Client::Dispatcher.new( |
|
|
)
|
|
|
```
|
|
|
|
|
|
#### <a id="dispatcher-dispatch" href="#dispatcher-dispatch">Requesting an Instance</a>
|
|
|
#### <a name="dispatcher-dispatch" href="#dispatcher-dispatch">Requesting an Instance</a>
|
|
|
|
|
|
```
|
|
|
# Request for an instance to be dispatched.
|
... | ... | @@ -80,7 +80,7 @@ ap instance_info = dispatcher.dispatch |
|
|
# }
|
|
|
```
|
|
|
|
|
|
#### <a id="instance-connect" href="#instance-connect">Connecting to an Instance</a>
|
|
|
#### <a name="instance-connect" href="#instance-connect">Connecting to an Instance</a>
|
|
|
|
|
|
```
|
|
|
instance = Arachni::RPC::Client::Instance.new(
|
... | ... | |