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
Switched id attributes to name authored Aug 17, 2014 by Tasos Laskos's avatar Tasos Laskos
Show whitespace changes
Inline Side-by-side
guides/developer/RPC-API.md
View page @ f1c2d3a4
...@@ -47,7 +47,7 @@ I, [2014-08-03T19:28:31.867399 #48953] INFO -- System: Listening on 127.0.0.1:7 ...@@ -47,7 +47,7 @@ I, [2014-08-03T19:28:31.867399 #48953] INFO -- System: Listening on 127.0.0.1:7
This is what happens when no options have been set; the default port is `7331`. This is what happens when no options have been set; the default port is `7331`.
#### <a id="dispatcher-connect" href="#dispatcher-connect">Connecting to a Dispatcher</a> #### <a name="dispatcher-connect" href="#dispatcher-connect">Connecting to a Dispatcher</a>
``` ```
require 'arachni' require 'arachni'
...@@ -63,7 +63,7 @@ dispatcher = Arachni::RPC::Client::Dispatcher.new( ...@@ -63,7 +63,7 @@ dispatcher = Arachni::RPC::Client::Dispatcher.new(
) )
``` ```
#### <a id="dispatcher-dispatch" href="#dispatcher-dispatch">Requesting an Instance</a> #### <a name="dispatcher-dispatch" href="#dispatcher-dispatch">Requesting an Instance</a>
``` ```
# Request for an instance to be dispatched. # Request for an instance to be dispatched.
...@@ -80,7 +80,7 @@ ap instance_info = dispatcher.dispatch ...@@ -80,7 +80,7 @@ ap instance_info = dispatcher.dispatch
# } # }
``` ```
#### <a id="instance-connect" href="#instance-connect">Connecting to an Instance</a> #### <a name="instance-connect" href="#instance-connect">Connecting to an Instance</a>
``` ```
instance = Arachni::RPC::Client::Instance.new( instance = Arachni::RPC::Client::Instance.new(
......
Clone repository

Pages [all]

  • Home
  • Installation instructions
  • For users
    • Executables
    • Command Line Interface
    • Web User Interface
    • Distributed components (Dispatchers and Instances)
      • RPC Client
      • RPC Server (Dispatcher)
  • For developers
    • Core API documentation
    • RPC API
    • Development environment

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