Arachni Web Application Security Framework is an open-source Web application scanner and vulnerability penetration testing tool. Unlike many other system scanners, Aracni specializes in finding Web application vulnerabilities. Steps for Installing Arachni on Kali Linux SystemsFirst we will download the Arachni Web Application Security Framework. To do so we will go to: http://www.arachni-scanner.com/download/Since I am using 64-bit version of Kali, I will get the software version specific for my system.
1.    Next, we will untar the files with the following command:tar –zxvf arachni-1.3.2-0.5.9-linux-x86_64.tar.gz
2.    We then navigate to the arachni-1.3.2-0.5.9/bin directory:
Logging onto Arachni Web Interface
The default login credentials are:
Administrator accountE-mail:Â admin@admin.admin Password:Â administrator You can start a new scan by going to the scan drop-down menu on the top menu bar.
When you have a little more experience with the scanner, you will be able to create and save multiple scan profiles.
You can then look at the discovered issues per scan on each host:
My Analysis of the Tool In my opinion, Arachni Web Application Security Framework is an enterprise-ready Web application scanning tool. It has some eye candy charts and graphics that provide great visualization of scan results. I think it handily articulates the status of my Web applications.
The scanner will also give you a wealth information that is valuable for further analysis
That wealth of information includes a full view into browser and HTTP traffic:
To Summarize Arachni Web Application Security Framework is quickly becoming my go-to weapon of choice for testing Web applications. It has some really great features and the user interface is relatively intuitive and easy to use. If you prefer to go old school, the entire framework can be run using command lines, providing the ability to script and automate your scans.Play with it and give me some feedback and thoughts about it. If you have any tips or ideas please share them with me. I would also highly recommend joining discussions on their support forum at: http://support.arachni-scanner.com/discussions.