Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A arachni
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 125
    • Issues 125
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arachni - Web Application Security Scanner Framework
  • arachni
  • Wiki
  • Guides
  • Developer
  • RPC API

RPC API · Changes

Page history
Updated RPC-API (markdown) authored Mar 30, 2013 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/developer/RPC-API.md
View page @ 6c0d35df
...@@ -7,7 +7,7 @@ To provide functional examples of RPC interaction, I'll be using the ...@@ -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) [pure Ruby client implementation](https://github.com/Arachni/arachni-rpc-pure)
of the Arachni-RPC protocol. of the Arachni-RPC protocol.
The [RPC API of the Instances](http://rubydoc.info/github/arachni/Arachni/RPC/Server/Instance.html) The [RPC API of the Instances](http://rubydoc.info/github/Arachni/arachni/RPC/Server/Instance)
is well documented and contains all the info you'll need. is well documented and contains all the info you'll need.
The only clarification required is about obtaining an Instance and maybe a couple The only clarification required is about obtaining an Instance and maybe a couple
...@@ -100,7 +100,7 @@ to include the authentication token.** ...@@ -100,7 +100,7 @@ to include the authentication token.**
### <a id="instance-service" href="#instance-service">Talking to the service handler</a> ### <a id="instance-service" href="#instance-service">Talking to the service handler</a>
To make things easier, the [service](http://rubydoc.info/github/arachni/Arachni/RPC/Server/Instance.html) To make things easier, the [service](http://rubydoc.info/github/arachni/Arachni/RPC/Server/Instance)
handler of the RPC Instance exposes a number of methods which provide the most handler of the RPC Instance exposes a number of methods which provide the most
commonly used functionality. commonly used functionality.
That way, you won't have to talk directly to the more specialized, and often That way, you won't have to talk directly to the more specialized, and often
......
Clone repository

Pages [all]


  • Home
  • Installation instructions
  • For users
    • Executables
    • Command Line Interface
    • Web User Interface
    • RPC Client
    • RPC Server (Dispatcher)
  • For developers
    • Coding guidelines
    • Core API documentation
    • RPC API
    • Development environment
  • Technology
    • The Brains
    • Distributed components (Dispatchers and Instances)
    • High Performance Grid

Can't find what you're looking for? Why not have a look at the support portal?