... | @@ -1222,11 +1222,12 @@ Generic |
... | @@ -1222,11 +1222,12 @@ Generic |
|
|
|
|
|
|
|
|
|
Output
|
|
Output
|
|
--verbose Show verbose output.
|
|
--output-verbose Show verbose output.
|
|
|
|
|
|
--debug [LEVEL 1-3] Show debugging information.
|
|
--output-debug [LEVEL 1-3]
|
|
|
|
Show debugging information.
|
|
|
|
|
|
--only-positives Only output positive results.
|
|
--output-only-positives Only output positive results.
|
|
|
|
|
|
|
|
|
|
Scope
|
|
Scope
|
... | @@ -1440,7 +1441,7 @@ Platforms |
... | @@ -1440,7 +1441,7 @@ Platforms |
|
|
|
|
|
|
|
|
|
Session
|
|
Session
|
|
--session-check-url URL URL to use to verify that the scanner is still logged in to the web application.
|
|
--session-check-url URL URL to use to verify that the scanner is still logged in to the web application.
|
|
(Requires 'session-check-pattern'.)
|
|
(Requires 'session-check-pattern'.)
|
|
|
|
|
|
--session-check-pattern PATTERN
|
|
--session-check-pattern PATTERN
|
... | @@ -1459,26 +1460,31 @@ Profiles |
... | @@ -1459,26 +1460,31 @@ Profiles |
|
Browser cluster
|
|
Browser cluster
|
|
--browser-cluster-pool-size SIZE
|
|
--browser-cluster-pool-size SIZE
|
|
Amount of browser workers to keep in the pool and put to work.
|
|
Amount of browser workers to keep in the pool and put to work.
|
|
|
|
(Default: 6)
|
|
|
|
|
|
--browser-cluster-job-timeout SECONDS
|
|
--browser-cluster-job-timeout SECONDS
|
|
Maximum allowed time for each job.
|
|
Maximum allowed time for each job.
|
|
|
|
(Default: 120)
|
|
|
|
|
|
--browser-cluster-worker-time-to-live LIMIT
|
|
--browser-cluster-worker-time-to-live LIMIT
|
|
Re-spawn the browser of each worker every LIMIT jobs.
|
|
Re-spawn the browser of each worker every LIMIT jobs.
|
|
|
|
(Default: 100)
|
|
|
|
|
|
--browser-cluster-ignore-images
|
|
--browser-cluster-ignore-images
|
|
Do not load images.
|
|
Do not load images.
|
|
|
|
|
|
--browser-cluster-screen-width
|
|
--browser-cluster-screen-width
|
|
Browser screen width.
|
|
Browser screen width.
|
|
|
|
(Default: 1600)
|
|
|
|
|
|
--browser-cluster-screen-height
|
|
--browser-cluster-screen-height
|
|
Browser screen height.
|
|
Browser screen height.
|
|
|
|
(Default: 1200)
|
|
|
|
|
|
|
|
|
|
Report
|
|
Report
|
|
--report-save-path PATH Directory or file path where to store the scan report.
|
|
--report-save-path PATH Directory or file path where to store the scan report.
|
|
You can use the generated file to create reports in several formats with the 'arachni_report' executable.
|
|
You can use the generated file to create reports in several formats with the 'arachni_reporter' executable.
|
|
|
|
|
|
|
|
|
|
Snapshot
|
|
Snapshot
|
... | @@ -1492,4 +1498,5 @@ Timeout |
... | @@ -1492,4 +1498,5 @@ Timeout |
|
Stop the scan after the given duration is exceeded.
|
|
Stop the scan after the given duration is exceeded.
|
|
|
|
|
|
--timeout-suspend Suspend after the timeout.
|
|
--timeout-suspend Suspend after the timeout.
|
|
You can use the generated file to resume the scan with the 'arachni_restore' executable.``` |
|
You can use the generated file to resume the scan with the 'arachni_restore' executable.
|
|
|
|
``` |