# ChangeLog ## Version 0.2.2.1 _(February 13, 2011)_ - Web UI v0.1-pre (Utilizing the Client - Dispatch-server XMLRPC architecture) (**New**) - Basically a front-end to the XMLRPC client - Support for parallel scans - Report management - Can be used to monitor and control any running Dispatcher - Changed classification from "Vulnerabilities" to "Issues" (**New**) - Improved detection of custom 404 pages. - Reports updated to show plug-in results. - Updated framework-wide cookie handling. - Added parameter flipping functionality ( cheers to Nilesh Bhosale <nilesh at gslab.com >) - Major performance optimizations (4x faster in most tests) - All modules now use asynchronous requests and are optimized for highest traffic efficiency - All index Arrays have been replaced by Sets to minimize look-up times - Mark-up parsing has been reduced dramatically - File I/O blocking in modules has been eliminated - Crawler - Improved performance - Added '--spider-first" option (**New**) - Substituted the XMLRPC server with an XMLRPC dispatch server (**New**) - Multiple clients - Parallel scans - Extensive logging - SSL cert based client authentication - Added modules (**New**) - Audit - XSS in event attributes of HTML elements - XSS in HTML tags - XSS in HTML 'script' tags - Blind SQL injection using timing attacks - Blind code injection using timing attacks (PHP, Ruby, Python, JSP, ASP.NET) - Blind OS command injection using timing attacks (*nix, Windows) - Recon - Common backdoors -- Looks for common shell names - .htaccess LIMIT misconfiguration - Interesting responses -- Listens to all traffic and logs interesting server messages - HTML object grepper - E-mail address disclosure - US Social Security Number disclosure - Forceful directory listing - Added plugins (**New**) - Dictionary attacker for HTTP Auth - Dictionary attacker for form based authentication - Cookie collector -- Listens to all traffic and logs changes in cookies - Healthmap -- Generates sitemap showing the health of each crawled/audited URL - Content-types -- Logs content-types of server responses aiding in the identification of interesting (possibly leaked) files - WAF (Web Application Firewall) Detector - MetaModules -- Loads and runs high-level meta-analysis modules pre/mid/post-scan - AutoThrottle -- Dynamically adjusts HTTP throughput during the scan for maximum bandwidth utilization - TimeoutNotice -- Provides a notice for issues uncovered by timing attacks when the affected audited pages returned unusually high response times to begin with.</br> It also points out the danger of DoS attacks against pages that perform heavy-duty processing. - Uniformity -- Reports inputs that are uniformly vulnerable across a number of pages hinting to the lack of a central point of input sanitization. - New behavior on Ctrl+C - The system continues to run in the background instead of pausing - The user is presented with an auto-refreshing report and progress stats - Updated module API - Timing/delay attacks have been abstracted and simplified via helper methods - The modules are given access to vector skipping decisions - Simplified issue logging - Added the option of substring matching instead of regexp matching in order to improve performance. - Substituted regular expression matching with substring matching wherever possible. - Reports: - Added plug-in formatter components allowing plug-ins to have a say in how their results are presented (**New**) - New HTML report (Cheers to [Christos Chiotis](mailto:chris@survivetheinternet.com) for designing the new HTML report template.) (**New**) - Updated reports to include Plug-in results: - XML report - Stdout report - Text report ## Version 0.2.1 _(November 25, 2010)_ - Major performance improvements - Major system refactoring and code clean-up - Major module API refactoring providing even more flexibility regarding element auditing and manipulation - Integration with the Metasploit Framework via: (**New**) - ArachniMetareport, an Arachni report specifically designed to provide WebApp context to the [Metasploit](http://www.metasploit.com/) framework. - Arachni plug-in for the [Metasploit](http://www.metasploit.com/) framework, used to load the ArachniMetareport in order to provide advanced automated and manual exploitation of WebApp vulnerabilities. - Advanced generic WebApp exploit modules for the [Metasploit](http://www.metasploit.com/) framework, utilized either manually or automatically by the Arachni MSF plug-in. - Improved Blind SQL Injection module, significantly less requests per audit. - XMLRPC server (**New**) - XMLRPC CLI client (**New**) - NTLM authentication support (**New**) - Support for path extractor modules for the Spider (**New**) - Path extractors: (**New**) - Generic -- extracts URLs from arbitrary text - Anchors - Form actions - Frame sources - Links - META refresh - Script 'src' and script code - Sitemap - Plug-in support -- allowing the framework to be extended with virtually any functionality (**New**). - Added plug-ins: (**New**) - Passive proxy - Automated login - Added modules: (**New**) - Audit - XPath injection - LDAP injection - Recon - CVS/SVN user disclosure - Private IP address disclosure - Robot file reader (in the Common Files module) - XST - WebDAV detection - Allowed HTTP methods - Credit card number disclosure - HTTP PUT support - Extended proxy support (SOCKS4, SOCKS4A, SOCKS5, HTTP/1.1 and HTTP/1.0). (**New**) ## Version 0.2 _(October 14, 2010)_ - Improved output. - Increased context awareness. - Extensive debugging output capabilities. - Added simple stats at the end of scans. - Rewritten HTTP interface. - High-performance asynchronous HTTP requests. - Adjustable HTTP request concurrency limit. - Adjustable HTTP response harvests. - Custom 404 page detection. - Optimized Trainer subsystem. - Invoked when it is most likely to detect new vectors. - Can be invoked by individual modules on-demand, forcing Arachni to learn from the HTTP responses they will cause -- a great asset to Fuzzers. - Refactored and improved Auditor. - No redundant requests, except when required by modules. - Better parameter handling. - Speed optimizations. - Added differential analysis to determine whether a vulnerability needs manual verification. - Refactored and improved module API. - Major API clean up. - With facilities providing more control and power over the audit process. - Significantly increased ease of development. - Modules have total flexibility and control over input combinations, injection values and their formating -- if they need to. - Modules can opt for sync or async HTTP requests (Default: async) - Improved interrupt handling - Scans can be paused/resumed at any time. - In the event of a system exit or user cancellation reports will still be created using whatever data were gathered during runtime. - When the scan is paused the user will be presented with the results gathered thus far. - Improved configuration profile handling - Added pre-configured profiles - Multiple profiles can be loaded at once - Ability to show running profiles as CLI arguments - Overall module improvements and optimizations. - New modules for: - Blind SQL Injection, using reverse-diff analysis. - Trainer, probes all inputs of a given page, in order to uncover new input vectors, and forces Arachni to learn from the responses. - Unvalidated redirects. - Forms that transmit passwords in clear text. - CSRF, implementing 4-pass rDiff analysis to drastically reduce noise. - Overall report improvements and optimizations. - New reports - Plain text report - XML report