File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed
Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 1- # Experimental/unstable branch -- used for development/integration
2-
3- This branch is where all development takes place, once its code has been tested and
4- is considered stable, it is then merged into the ` master ` branch and released.
5-
6- Do not be confused by the version of this branch, ` 2.0dev ` is a placeholder
7- which simply means _ next release_ .
8-
9- ## Nightlies
10-
11- For self-contained, nightly snapshot packages take a look at:
12- http://downloads.arachni-scanner.com/nightlies/
13-
14- ## Source
15-
16- To run from source you first need to setup a
17- [ development environment] ( https://github.com/Arachni/arachni/wiki/Development-environment ) .
18-
19- ** After** you've setup a [ development environment] ( https://github.com/Arachni/arachni/wiki/Development-environment ) ,
20- run the following to checkout the source code of the ` experimental ` branch and
21- resolve its dependencies:
22-
23- git clone git://github.com/Arachni/arachni.git
24- cd arachni
25- git checkout experimental
26- bundle install --without prof # to resolve dev dependencies
27-
28- Then you can run Arachni using the the executables under ` bin/ ` .<br />
29- If you get an error when trying to run Arachni, use ` bundle exec ` like so:
30- ` bundle exec <executable> ` .
31-
321# Arachni - Web Application Security Scanner Framework
332
343<table >
354 <tr>
365 <th>Version</th>
37- <td>2.0dev </td>
6+ <td>1.6.0 </td>
387 </tr>
398 <tr>
409 <th>Homepage</th>
You can’t perform that action at this time.
0 commit comments