Version | 0.3 |
---|---|
Homepage | http://arachni.segfault.gr |
Blog | http://trainofthought.segfault.gr/category/projects/arachni/ |
Github page | http://github.com/zapotek/arachni |
Documentation | http://github.com/Zapotek/arachni/wiki |
Code Documentation | http://zapotek.github.com/arachni/ |
Google Group | http://groups.google.com/group/arachni |
Author | Tasos Zapotek Laskos |
@Zap0tek | |
Copyright | 2010-2011 |
License | GNU General Public License v2 |
Kindly sponsored by:
Help by donating:
Arachni is a feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications.
Arachni is smart, it trains itself by learning from the HTTP responses it receives during the audit process.
Unlike other scanners, Arachni takes into account the dynamic nature of web applications and can detect changes caused while travelling
through the paths of a web application's cyclomatic complexity.
This way attack/input vectors that would otherwise be undetectable by non-humans are seamlessly handled by Arachni.
Finally, Arachni yields great performance due to its asynchronous HTTP model (courtesy of Typhoeus).
Thus, you'll only be limited by the responsiveness of the server under audit and your available bandwidth.
Note: Despite the fact that Arachni is mostly targeted towards web application security, it can easily be used for general purpose scraping, data-mining, etc with the addition of custom modules.
Module, report and plugin writers are allowed to easily and quickly create and deploy their components with the minimum amount of restrictions imposed upon them, while provided with the necessary infrastructure to accomplish their goals.
Furthermore, they are encouraged to take full advantage of the Ruby language under a unified framework that will increase their productivity without stifling them or complicating their tasks.
Although some parts of the Framework are fairly complex you will never have to deal them directly.
From a user's or a component developer's point of view everything appears simple and straight-forward all the while providing power, performance and flexibility.
Can extract and analyze:
The analyzer can graciously handle badly written HTML code due to a combination of regular expression analysis and the Nokogiri HTML parser.
The Trainer is what enables Arachni to learn from the scan it performs and incorporate that knowledge, on the fly, for the duration of the audit.
Modules have the ability to individually force the Framework to learn from the HTTP responses they are going to induce.
However, this is usually not required since Arachni is aware of which requests are more likely to uncover new elements or attack vectors and will adapt itself accordingly.
Still, this can be an invaluable asset to Fuzzer modules.
Arachni is released as CDE packages for your convinience.
CDE packages are self contained and thus alleviate the need for Ruby and other dependencies to be installed or root access.
You can download the latest CDE package from the download page and escape the dependency hell.
If you decide to go the CDE route you can skip the rest, you're done.
Due to some incompatibility this release does not have a CDE package yet.
To install the Gem or work with the source code you'll also need the following system libraries:
$ sudo apt-get install libxml2-dev libxslt1-dev libcurl4-openssl-dev libsqlite3-dev
You will also need to have Ruby 1.9.2 installed including the dev package/headers.
The prefered ways to accomplish this is by either using RVM or by downloading and compiling the source code for Ruby 1.9.2 manually.
To install Arachni:
$ gem install 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:
$ rake install
Arachni should work on all *nix and POSIX compliant platforms with Ruby and the aforementioned requirements.
Windows users should run Arachni in Cygwin.
Please send your feedback using Github's issue system at http://github.com/zapotek/arachni/issues.
Arachni is licensed under the GNU General Public License v2.
See the LICENSE file for more information.
Arachni is free software and you are allowed to use it as you see fit.
However, I can't be held responsible for your actions or for any damage caused by the use of this software.