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
  • Command line user interface

Command line user interface · Changes

Page history
Updated Command-line-user-interface (markdown) authored Jun 22, 2013 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/Command-line-user-interface.md
View page @ 070fc7eb
## Version 0.4.2
## Version 0.4.3
There are a lot of options, customizations and tweaks you can use but fear not and don't let yourself be overwhelmed.
......@@ -144,6 +144,11 @@ in your gems path._
* [Example](#lsplug_example)
* [Load a plugin (--plugin)](#plugin)
* [Example](#plugin_example)
* [Platforms](#platforms)
* [List platforms (--lsplat)](#lsplat)
* [Disable fingerprinting (--no-fingerprinting)](#no-fingerprinting)
* [Platforms (--platforms)](#platforms)
* [Example](#platforms_example)
* [Proxy](#proxy)
* [Proxy server (--proxy)](#proxy_server)
* [Proxy authentication (--proxy-auth)](#proxy-auth)
......@@ -2416,7 +2421,38 @@ Arachni - Web Application Security Scanner Framework v0.4.2
[~] Throttled max concurrency 20
```
<h2 id='platforms'><a href='#platforms'>Platforms</a></h2>
<h3 id='lsplat'><a href='#lsplat'>List platforms (--lsplat)</a></h3>
**Expects**: `<n/a>`
**Default**: `disabled`
**Multiple invocations?**: `no`
Lists all available platforms.
<h3 id='no-fingerprinting'><a href='#no-fingerprinting'>Disable fingerprinting (--no-fingerprinting)</a></h3>
**Expects**: `<n/a>`
**Default**: `disabled`
**Multiple invocations?**: `no`
Disables platform fingerprinting and results in all audit payloads being sent to the webapp.
<h3 id='platforms'><a href='#platforms'>Platforms (--platforms)</a></h3>
**Expects**: `platform,platform,...`
**Default**: `auto`
**Multiple invocations?**: `no`
Explicitly sets the platforms for the remote web application. You can use this to help
Arachni be more efficient in its audit.
<h2 id='proxy'><a href='#proxy'>Proxy</a></h2>
......
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
    • Coding guidelines
    • Core API documentation
    • RPC API
    • Development environment

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