Skip to content

Commit

Permalink
Merge experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Mar 20, 2022
1 parent 8014aad commit 4a263cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

## Under development
## 1.6.1 _(March 20, 2022)_

- `Browser#eelenium` -- Disable sandbox.

Expand Down
33 changes: 1 addition & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,9 @@
# Experimental/unstable branch -- used for development/integration

This branch is where all development takes place, once its code has been tested and
is considered stable, it is then merged into the `master` branch and released.

Do not be confused by the version of this branch, `2.0dev` is a placeholder
which simply means _next release_.

## Nightlies

For self-contained, nightly snapshot packages take a look at:
http://downloads.arachni-scanner.com/nightlies/

## Source

To run from source you first need to setup a
[development environment](https://github.com/Arachni/arachni/wiki/Development-environment).

**After** you've setup a [development environment](https://github.com/Arachni/arachni/wiki/Development-environment),
run the following to checkout the source code of the `experimental` branch and
resolve its dependencies:

git clone git://github.com/Arachni/arachni.git
cd arachni
git checkout experimental
bundle install --without prof # to resolve dev dependencies

Then you can run Arachni using the the executables under `bin/`.<br/>
If you get an error when trying to run Arachni, use `bundle exec` like so:
`bundle exec <executable>`.

# Arachni - Web Application Security Scanner Framework

<table>
<tr>
<th>Version</th>
<td>2.0dev</td>
<td>1.6.1</td>
</tr>
<tr>
<th>Homepage</th>
Expand Down
2 changes: 1 addition & 1 deletion lib/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0dev
1.6.1

0 comments on commit 4a263cc

Please sign in to comment.