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 Aug 02, 2014 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/Command-line-user-interface.md
View page @ 117f9a1b
......@@ -93,12 +93,10 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/).
* [Login check URL (--login-check-url)](#login-check-url)
* [Login check pattern (--login-check-pattern)](#login-check-pattern)
* [Profiles](#profiles)
* [Save profile (--save-profile)](#save-profile)
* [Example](#save-profile_example)
* [Load profile (--load-profile)](#load-profile)
* [Example](#load-profile_example)
* [Show profile (--show-profile)](#show-profile)
* [Example](#show-profile_example)
* [Save (--profile-save-filepath)](#profile-save-filepath)
* [Example](#profile-save-filepath_example)
* [Load (--profile-save-filepath)](#profile-save-filepath)
* [Example](#profile-save-filepath_example)
* [Scope](#scope)
* [Exclude (--exclude/-e)](#exclude)
* [Example](#exclude_example)
......@@ -570,57 +568,29 @@ A positive match should indicate that the system is logged in.
<h2 id='profiles'><a href='#profiles'>Profiles</a></h2>
<h3 id='save-profile'><a href='#save-profile'>Save profile (--save-profile)</a></h3>
<h3 id='profile-save-filepath'><a href='#profile-save-filepath'>Save (--profile-save-filepath)</a></h3>
**Expects**: `filename`
**Expects**: `filepath`
**Default**: `disabled`
**Multiple invocations?**: `no`
This option allows you to save your current running configuration, all the options passed to Arachni, to an Arachni Framework Profile (.afp) file.
<h4 id='save-profile_example'><a href='#save-profile_example'>Example</a></h4>
arachni -pv --modules=xss http://site.com/ --save-profile=myprofile
<h3 id='load-profile'><a href='#load-profile'>Load profile (--load-profile)</a></h3>
**Expects**: `Arachni Framework Profile (.afp) file`
**Default**: `disabled`
**Multiple invocations?**: `yes`
This option allows you to load and run a saved profile.
The load profile option does not restrict your ability to specify more options or even resave the profile.
<h4 id='load-profile_example'><a href='#load-profile_example'>Example</a></h4>
arachni --load-profile=myprofile.afp
This option allows you to save your current running configuration, all the options passed to Arachni, to an Arachni Framework Profile (`.afp`) file.
<h3 id='profile-load-filepath'><a href='#profile-load-filepath'>Load (--profile-load-filepath)</a></h3>
<h3 id='show-profile'><a href='#show-profile'>Show profile (--show-profile)</a></h3>
**Expects**: `<n/a>`
**Expects**: `filepath`
**Default**: `disabled`
**Multiple invocations?**: `no`
This option will output the running configuration as a string of command line arguments.
<h4 id='show-profile_example'><a href='#show-profile_example'>Example</a></h4>
This option allows you to load and run a saved profile.
arachni --show-profile --load-profile=myprofile.afp
**Note**: This option does not impede your ability to specify more options or resave the profile.
<h2 id='crawler'><a href='#crawler'>Crawler</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?