No commit activity in last 3 years
No release in over 3 years
Pure Ruby client implementation of the Arachni-RPC protocol.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Arachni-RPC Pure

Version 0.2
Github page http://github.com/Arachni/arachni-rpc-pure
Code Documentation http://rubydoc.info/github/Arachni/arachni-rpc-pure/
Author Tasos Laskos
Twitter @Zap0tek
Copyright 2011-2014
License 3-clause BSD

Synopsis

Arachni-RPC Pure is a simple implementation of a client for the Arachni-RPC protocol and comes pre-configured with a suitable serializer (MessagePack basically) for communicating with Arachni's services.

It is, in essence, a very simple, reference implementation for people who want to write their own clients in order to communicate with Arachni.

Usage

Usages examples are in the examples/ directory.

Installation

Gem

The Gem hasn't been pushed yet, the system is still under development.

Source

If you want to clone the repository and work with the source code:

git co git://github.com/arachni/arachni-rpc-pure.git
cd arachni-rpc-pure
rake install

Bug reports/Feature requests

Please send your feedback using Github's issue system at http://github.com/arachni/arachni-rpc-pure/issues.

License

Arachni-RPC Pure is provided under the 3-clause BSD license.

See the LICENSE file for more information.