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
Fixing markdown authored Mar 30, 2013 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/Command-line-user-interface.md
View page @ 247a2d14
...@@ -177,7 +177,7 @@ When verbosity is enabled Arachni will give you detailed information about what' ...@@ -177,7 +177,7 @@ When verbosity is enabled Arachni will give you detailed information about what'
Let's give this a try: Let's give this a try:
```arachni --audit-forms --modules=xss http://testfire.net/ --link-count=1``` arachni --audit-forms --modules=xss http://testfire.net/ --link-count=1
This will load the XSS module and audit all the forms in "http://testfire.net/". This will load the XSS module and audit all the forms in "http://testfire.net/".
...@@ -491,9 +491,7 @@ Cookies, as a string, to be sent to the web application. ...@@ -491,9 +491,7 @@ Cookies, as a string, to be sent to the web application.
<h4 id='cookie-string_example'><a href='#cookie-string_example'>Example</a></h4> <h4 id='cookie-string_example'><a href='#cookie-string_example'>Example</a></h4>
``` --cookie-string='userid=19;sessionid=deadbeefbabe'
--cookie-string='userid=19;sessionid=deadbeefbabe'
```
<h3 id='user-agent'><a href='#user-agent'>User agent (--user-agent)</a></h3> <h3 id='user-agent'><a href='#user-agent'>User agent (--user-agent)</a></h3>
...@@ -539,7 +537,7 @@ The `--authed-by` value should contain information about the person who authoriz ...@@ -539,7 +537,7 @@ The `--authed-by` value should contain information about the person who authoriz
<h4 id='authed-by_example'><a href='#authed-by_example'>Example</a></h4> <h4 id='authed-by_example'><a href='#authed-by_example'>Example</a></h4>
``` --authed-by='John Doe <jdoe@test.com>'``` --authed-by='John Doe <jdoe@test.com>'
<h3 id='login-check-url'><a href='#login-check-url'>Login check URL (--login-check-url)</a></h3> <h3 id='login-check-url'><a href='#login-check-url'>Login check URL (--login-check-url)</a></h3>
...@@ -608,7 +606,7 @@ The load profile option does not restrict your ability to specify more options o ...@@ -608,7 +606,7 @@ The load profile option does not restrict your ability to specify more options o
<h4 id='load-profile_example'><a href='#load-profile_example'>Example</a></h4> <h4 id='load-profile_example'><a href='#load-profile_example'>Example</a></h4>
```arachni --load-profile=myprofile.afp``` arachni --load-profile=myprofile.afp
<h3 id='show-profile'><a href='#show-profile'>Show profile (--show-profile)</a></h3> <h3 id='show-profile'><a href='#show-profile'>Show profile (--show-profile)</a></h3>
...@@ -625,7 +623,7 @@ This option will output the running configuration as a string of command line ar ...@@ -625,7 +623,7 @@ This option will output the running configuration as a string of command line ar
<h4 id='show-profile_example'><a href='#show-profile_example'>Example</a></h4> <h4 id='show-profile_example'><a href='#show-profile_example'>Example</a></h4>
` arachni --show-profile --load-profile=myprofile.afp` arachni --show-profile --load-profile=myprofile.afp
<h2 id='crawler'><a href='#crawler'>Crawler</a></h2> <h2 id='crawler'><a href='#crawler'>Crawler</a></h2>
...@@ -1160,23 +1158,17 @@ You can prevent modules from loading by prefixing their name with a dash (`-`). ...@@ -1160,23 +1158,17 @@ You can prevent modules from loading by prefixing their name with a dash (`-`).
As CSV: As CSV:
``` $ arachni --modules=xss,sqli,path_traversal http://localhost/
$ arachni --modules=xss,sqli,path_traversal http://localhost/
```
All modules: All modules:
``` $ arachni http://localhost/
$ arachni http://localhost/
```
Excluding modules: Excluding modules:
``` $ arachni --modules=*,-backup_files,-xss http://www.test.com
$ arachni --modules=*,-backup_files,-xss http://www.test.com
```
The above will load all modules except for the _backup_files_ and _xss_ modules. The above will load all modules except for the _backup_files_ and _xss_ modules.
......
Clone repository

Pages [all]


  • Home
  • Installation instructions
  • For users
    • Executables
    • Command Line Interface
    • Web User Interface
    • RPC Client
    • RPC Server (Dispatcher)
  • For developers
    • Coding guidelines
    • Core API documentation
    • RPC API
    • Development environment
  • Technology
    • The Brains
    • Distributed components (Dispatchers and Instances)
    • High Performance Grid

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