... | ... | @@ -7,7 +7,7 @@ To provide functional examples of RPC interaction, I'll be using the |
|
|
[pure Ruby client implementation](https://github.com/Arachni/arachni-rpc-pure)
|
|
|
of the Arachni-RPC protocol.
|
|
|
|
|
|
The [RPC API of the Instances](http://arachni.github.com/arachni/Arachni/RPC/Server/Instance.html)
|
|
|
The [RPC API of the Instances](http://rubydoc.info/github/arachni/Arachni/RPC/Server/Instance.html)
|
|
|
is well documented and contains all the info you'll need.
|
|
|
|
|
|
The only clarification required is about obtaining an Instance and maybe a couple
|
... | ... | @@ -100,7 +100,7 @@ to include the authentication token.** |
|
|
|
|
|
### <a id="instance-service" href="#instance-service">Talking to the service handler</a>
|
|
|
|
|
|
To make things easier, the [service](http://arachni.github.com/arachni/Arachni/RPC/Server/Instance.html)
|
|
|
To make things easier, the [service](http://rubydoc.info/github/arachni/Arachni/RPC/Server/Instance.html)
|
|
|
handler of the RPC Instance exposes a number of methods which provide the most
|
|
|
commonly used functionality.
|
|
|
That way, you won't have to talk directly to the more specialized, and often
|
... | ... | |