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
  • User
  • REST server

REST server · Changes

Page history
Reorganized files authored Feb 02, 2016 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/REST-server.md 0 → 100644
View page @ 36aa04d3
## REST Server -- v1.4
The REST server allows for remote management of scans over a simple web service.
* [Setup](#setup)
* [Help output](#help)
## <a name="setup" href="#setup">Setup</a>
Starting the server is as simple as running:
arachni_rest_server
This will bind on `http://localhost:7331` by default.
### <a name="help" href="#help">Help output</a>
```
Arachni - Web Application Security Scanner Framework v1.4
Author: Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com>
(With the support of the community and the Arachni Team.)
Website: http://arachni-scanner.com
Documentation: http://arachni-scanner.com/wiki
Usage: ./bin/arachni_rest_server [options]
Generic
-h, --help Output this message.
--version Show version information.
Server
--address ADDRESS Hostname or IP address to bind to.
(Default: 127.0.0.1)
--port NUMBER Port to listen to.
(Default: 7331)
Output
--reroute-to-logfile Reroute scan output to log-files under: /home/zapotek/workspace/arachni/logs/
--verbose Show verbose output.
(Only applicable when '--reroute-to-logfile' is enabled.)
--debug [LEVEL 1-3] Show debugging information.
(Only applicable when '--reroute-to-logfile' is enabled.)
--only-positives Only output positive results.
(Only applicable when '--reroute-to-logfile' is enabled.)
Authentication
--authentication-username USERNAME
Username to use for HTTP authentication.
--authentication-password PASSWORD
Password to use for HTTP authentication.
SSL
--ssl-ca FILE Location of the CA certificate (.pem).
If provided, peer verification will be enabled, otherwise no verification will take place.
--ssl-private-key FILE Location of the SSL private key (.pem).
--ssl-certificate FILE Location of the SSL certificate (.pem).
```
\ No newline at end of file
Clone repository

Pages [all]

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

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