Created by: walterl
I have added a command-line option to specify Arachni's XML-RPC server's bind address. This was added specifically to be able to bind to 127.0.0.1 and thereby only listening on the local loopback interface. This might be useful to others as well.
The changes are simple and have been tested on my Ubuntu 8.04 machine, albeit only by hacking on the source in the CDE package (i.e. it was not tested from the source repository).
P.S. This is my first pull request on github, so please excuse any missing information or other problems.