0.01
No commit activity in last 3 years
No release in over 3 years
Arachni::RPC is a simple and lightweight Remote Procedure Call protocol used to provide the basis for Arachni's distributed infrastructure.
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

Version 0.2.1.4
Github page http://github.com/Arachni/arachni-rpc
Code Documentation http://rubydoc.info/github/Arachni/arachni-rpc/
Author Tasos "Zapotek" Laskos
Twitter @Zap0tek
Copyright 2011-2017 Sarosys LLC
License 3-clause BSD

Synopsis

Arachni-RPC is a simple and lightweight Remote Procedure Call protocol and implementation which provides the basis for Arachni's distributed infrastructure.

(Based on the Arachni::Reactor framework.)

Features

  • Extremely lightweight.
  • Very simple design.
  • TLS encryption.
  • Configurable serializer.
    • Can intercept RPC responses and translate them into native objects for when using serializers that only support basic types, like JSON or MessagePack.
  • Token-based authentication.
  • Pure-Ruby.
  • Multi-platform, tested on:
    • Linux
    • OSX
    • Windows

Installation

gem install arachni-rpc

Running the Specs

bundle install
rake spec

Protocol specifications

You can find the RPC protocol specification at the Wiki.

Bug reports/Feature requests

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

License

Arachni-RPC is provided under the 3-clause BSD license. See the LICENSE file for more information.