... | ... | @@ -57,6 +57,7 @@ Setting up the test environment |
|
|
First of all, we"ll need to run an Arachni RPC Dispatcher to have
|
|
|
something to work and play with.
|
|
|
|
|
|
```
|
|
|
$ arachni_rpcd
|
|
|
Arachni - Web Application Security Scanner Framework v0.4.1dev
|
|
|
Author: Tasos "Zapotek" Laskos <tasos.laskos@gmail.com>
|
... | ... | @@ -90,6 +91,7 @@ something to work and play with. |
|
|
I, [2012-08-28T05:29:39.419214 #24001] INFO -- System: RPC Server started.
|
|
|
I, [2012-08-28T05:29:39.419314 #24001] INFO -- System: Listening on localhost:54160
|
|
|
[...lots of similar output...]
|
|
|
```
|
|
|
|
|
|
This is what happens when no options have been set; the default port is _7331_.
|
|
|
|
... | ... | @@ -97,8 +99,7 @@ This is what happens when no options have been set; the default port is _7331_. |
|
|
---------------------------------------------------------------
|
|
|
|
|
|
First of all, install the Arachni-RPC Pure client:
|
|
|
|
|
|
gem install arachni-rpc-pure
|
|
|
```gem install arachni-rpc-pure```
|
|
|
|
|
|
Simple as:
|
|
|
|
... | ... | |