... | @@ -93,12 +93,10 @@ in the [knowledge base](http://support.arachni-scanner.com/kb/). |
... | @@ -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 URL (--login-check-url)](#login-check-url)
|
|
* [Login check pattern (--login-check-pattern)](#login-check-pattern)
|
|
* [Login check pattern (--login-check-pattern)](#login-check-pattern)
|
|
* [Profiles](#profiles)
|
|
* [Profiles](#profiles)
|
|
* [Save profile (--save-profile)](#save-profile)
|
|
* [Save (--profile-save-filepath)](#profile-save-filepath)
|
|
* [Example](#save-profile_example)
|
|
* [Example](#profile-save-filepath_example)
|
|
* [Load profile (--load-profile)](#load-profile)
|
|
* [Load (--profile-save-filepath)](#profile-save-filepath)
|
|
* [Example](#load-profile_example)
|
|
* [Example](#profile-save-filepath_example)
|
|
* [Show profile (--show-profile)](#show-profile)
|
|
|
|
* [Example](#show-profile_example)
|
|
|
|
* [Scope](#scope)
|
|
* [Scope](#scope)
|
|
* [Exclude (--exclude/-e)](#exclude)
|
|
* [Exclude (--exclude/-e)](#exclude)
|
|
* [Example](#exclude_example)
|
|
* [Example](#exclude_example)
|
... | @@ -570,57 +568,29 @@ A positive match should indicate that the system is logged in. |
... | @@ -570,57 +568,29 @@ A positive match should indicate that the system is logged in. |
|
|
|
|
|
<h2 id='profiles'><a href='#profiles'>Profiles</a></h2>
|
|
<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`
|
|
**Default**: `disabled`
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
**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.
|
|
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
|
|
|
|
|
|
|
|
|
|
<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**: `filepath`
|
|
|
|
|
|
**Expects**: `<n/a>`
|
|
|
|
|
|
|
|
**Default**: `disabled`
|
|
**Default**: `disabled`
|
|
|
|
|
|
**Multiple invocations?**: `no`
|
|
**Multiple invocations?**: `no`
|
|
|
|
|
|
|
|
|
|
This option will output the running configuration as a string of command line arguments.
|
|
This option allows you to load and run a saved profile.
|
|
|
|
|
|
<h4 id='show-profile_example'><a href='#show-profile_example'>Example</a></h4>
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
<h2 id='crawler'><a href='#crawler'>Crawler</a></h2>
|
|
|
|
|
... | | ... | |