Skip to content
Tasos Laskos edited this page Aug 17, 2014 · 26 revisions

Dispatchers

Dispatchers are servers whose only job is to provide Instances which you then configure and use to perform Scans.

Assuming you want to add a Dispatcher for a given department, you first need to log-in to their server and start a Dispatcher:

arachni_rpcd --address=192.168.0.7 --port=2222 --nickname=Jumbo-1

And then use that Dispatcher's info when creating one:

Dispatcher new

Dispatcher show

Shows you basic information about the selected Dispatcher.

Dispatcher index

This page lists all the available Dispatchers while also separating them in categories facilitated by tabs:

  • Yours: Lists Dispatchers which you've created which you can:
    • View details ()
    • Edit ()
    • Delete ()
    • Share ()
  • Shared: Dispatchers created by others and shared with you.
    • View details ()
  • Global: Lists Dispatchers which have been set to be globally accessible to every user, by their owner.
    • View details ()
  • Other's: Privileged tab, visible to administrators only, showing all Dispatchers which are neither yours nor shared with you.

A Grid is comprised by many Dispatchers and can be used to load balance Scans by distributing the workload amongst many nodes.

(For more information, see the Framework wiki page on Dispatchers.)

Add any of these Dispatchers to the web interface and all its neighbours will be pulled in as well.

Dispatcher new grid

Dispatcher show grid

As you can see, the Grid member? and Neighbours information is different this time.

Dispatcher index grid

As the screenshot shows, the neighbouring Dispatchers of the grid member we added have been automatically added as well.

Pages [all]


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

Clone this wiki locally