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
Updated Installation (markdown) authored Apr 20, 2013 by Tasos Laskos's avatar Tasos Laskos
Hide whitespace changes
Inline Side-by-side
guides/user/Installation.md
View page @ 0b25fed7
...@@ -6,8 +6,6 @@ Arachni will run in any *nix environment (including Cygwin for Windows users) ...@@ -6,8 +6,6 @@ Arachni will run in any *nix environment (including Cygwin for Windows users)
that satisfies the following dependencies: that satisfies the following dependencies:
* ruby1.9.3 * ruby1.9.3
* libsqlite3-devel
* libsql3.0
* libffi4 * libffi4
* gcc4 * gcc4
* gcc4-core * gcc4-core
...@@ -112,7 +110,7 @@ Arachni as if you were on a Linux system. ...@@ -112,7 +110,7 @@ Arachni as if you were on a Linux system.
[Download Cygwin's setup file](http://cygwin.com/setup.exe), open up a terminal, [Download Cygwin's setup file](http://cygwin.com/setup.exe), open up a terminal,
move to the directory of ```setup.exe``` and run the following command: move to the directory of ```setup.exe``` and run the following command:
setup.exe -q -R c:\cygwin -l c:\cygwin-packages -P libsqlite3-devel,libsql3_0,libffi4,gcc4,gcc4-core,gcc4-g++,libxml2-devel,make,openssl-devel,pkg-config,git,libxslt,libxslt-devel,libopenssl098,tcltk,libxml2,libmpfr4,libcurl-devel,libcurl,ruby,libyaml-devel,libyaml0_2,yaml setup.exe -q -R c:\cygwin -l c:\cygwin-packages -P libffi4,gcc4,gcc4-core,gcc4-g++,libxml2-devel,make,openssl-devel,pkg-config,git,libxslt,libxslt-devel,libopenssl098,tcltk,libxml2,libmpfr4,libcurl-devel,libcurl,ruby,libyaml-devel,libyaml0_2,yaml
Choose your preferred download mirror, click next during package selection and Choose your preferred download mirror, click next during package selection and
wait for the setup to finish and then hit enter and run the following command: wait for the setup to finish and then hit enter and run the following command:
......
Clone repository

Pages [all]


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

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