... | @@ -10,25 +10,25 @@ |
... | @@ -10,25 +10,25 @@ |
|
* [Gem](#nix-gem)
|
|
* [Gem](#nix-gem)
|
|
* [Source](#nix-source)
|
|
* [Source](#nix-source)
|
|
|
|
|
|
## <a id="linux" href="#linux">Linux</a>
|
|
## <a name="linux" href="#linux">Linux</a>
|
|
|
|
|
|
Linux users can download the latest self-contained archive for their system from the
|
|
Linux users can download the latest self-contained archive for their system from the
|
|
website's [download](http://arachni-scanner.com/latest#Linux) page.
|
|
website's [download](http://arachni-scanner.com/latest#Linux) page.
|
|
|
|
|
|
## <a id="osx" href="#osx">Mac OSX</a>
|
|
## <a name="osx" href="#osx">Mac OSX</a>
|
|
|
|
|
|
OSX users can download the latest self-contained archive for their system from the
|
|
OSX users can download the latest self-contained archive for their system from the
|
|
website's [download](http://arachni-scanner.com/latest#Mac-OSX) page.
|
|
website's [download](http://arachni-scanner.com/latest#Mac-OSX) page.
|
|
|
|
|
|
## <a id="nix" href="#nix">*nix</a>
|
|
## <a name="nix" href="#nix">*nix</a>
|
|
|
|
|
|
### <a id="nix-build-scripts" href="#nix-build-scripts">Build scripts</a>
|
|
### <a name="nix-build-scripts" href="#nix-build-scripts">Build scripts</a>
|
|
|
|
|
|
You can use the project's [[ build-scripts | Development-environment]] to
|
|
You can use the project's [[ build-scripts | Development-environment]] to
|
|
automatically setup a self-contained environment which will include Arachni and
|
|
automatically setup a self-contained environment which will include Arachni and
|
|
all its dependencies.
|
|
all its dependencies.
|
|
|
|
|
|
### <a id="nix-source-based" href="#nix-source-based">Source based</a>
|
|
### <a name="nix-source-based" href="#nix-source-based">Source based</a>
|
|
|
|
|
|
Arachni will run in any *nix environment that satisfies the following dependencies:
|
|
Arachni will run in any *nix environment that satisfies the following dependencies:
|
|
|
|
|
... | @@ -52,13 +52,13 @@ Users of Debian-based distributions can run the following to install them: |
... | @@ -52,13 +52,13 @@ Users of Debian-based distributions can run the following to install them: |
|
|
|
|
|
sudo apt-get install build-essential curl libcurl3 libcurl4-openssl-dev ruby
|
|
sudo apt-get install build-essential curl libcurl3 libcurl4-openssl-dev ruby
|
|
|
|
|
|
#### <a id="nix-gem" href="#nix-gem">Gem</a>
|
|
#### <a name="nix-gem" href="#nix-gem">Gem</a>
|
|
|
|
|
|
To install Arachni:
|
|
To install Arachni:
|
|
|
|
|
|
gem install arachni # Use sudo if you get permission errors.
|
|
gem install arachni # Use sudo if you get permission errors.
|
|
|
|
|
|
#### <a id="nix-source" href="#nix-source">Source</a>
|
|
#### <a name="nix-source" href="#nix-source">Source</a>
|
|
|
|
|
|
If you want to clone the repository and work with the source code then you'll need to run the following to install all gem dependencies and Arachni:
|
|
If you want to clone the repository and work with the source code then you'll need to run the following to install all gem dependencies and Arachni:
|
|
|
|
|
... | | ... | |