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
  • Installation

Installation · Changes

Page history
Installation guide: updated for v0.4.2 authored Mar 30, 2013 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/Installation.md
View page @ d39b6cc0
# Installation instructions
## v0.4.1
## v0.4.2
Arachni will run in any *nix environment (including Cygwin for Windows users)
that satisfies the following dependencies:
* ruby1.9.2 (or higher)
* ruby1.9.3
* libsqlite3-devel
* libsql3.0
* libffi4
......@@ -24,13 +24,15 @@ that satisfies the following dependencies:
* libcurl-devel (< 4.29.0)
* libcurl4 (< 4.29.0)
* libyaml-devel
* yaml
* libyaml
**Per-platform instructions:**
* [*nix](#nix)
* [Gem](#nix-gem)
* [Source](#nix-source)
* [Build scripts](#nix-build-scripts)
* [Sourced based](#nix-source-based)
* [Gem](#nix-gem)
* [Source](#nix-source)
* [Linux](#linux)
* [OSX](#osx)
* [Windows -- under Cygwin](#windows)
......@@ -39,19 +41,28 @@ that satisfies the following dependencies:
## <a id="nix" href="#nix">*nix</a>
### <a id="nix-build-scripts" href="#nix-build-scripts">Build scripts</a>
You can use the project's [[ build-scripts | Development-environment]] to
automatically setup a self-contained environment which will includes Arachni and
all its dependencies.
### <a id="nix-source-based" href="#nix-source-based">Source based</a>
To work with the source or install the Gem you'll need the aforementioned dependencies.
Users of Debian-based distributions can run the following to install them:
sudo apt-get install build-essential libxml2-dev libxslt1-dev libcurl4-openssl-dev libsqlite3-dev libyaml-dev zlib1g-dev ruby1.9.1-dev ruby1.9.1
### <a id="nix-gem" href="#nix-gem">Gem</a>
#### <a id="nix-gem" href="#nix-gem">Gem</a>
To install Arachni:
gem install arachni # Use sudo if you get permission errors.
### <a id="nix-source" href="#nix-source">Source</a>
#### <a id="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:
......
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?