Loading...
Wednesday, January 23, 2013

Owasp Xelenium v3 released

Xelenium is an automation testing tool that can be used to identify the security vulnerabilities present in the web application. Xelenium uses ‘Selenium - Webdriver’ as its engine and has been developed using Java swing.

Selenium – Webdriver is an open source functional testing tool and is very powerful and flexible.

More details on Selenium can be found here- :http://seleniumhq.org/.

Download : Xelenium_v3.jar (25.2 MB)  on 20-jan-2013.
Download Other Version |
Source : https://www.owasp.org/index.php/OWASP_Xelenium_Project

Pre-requisite
Following are the pre-requisites of Xelenium:
1. Mozilla Firefox (versions: 3.0, 3.5, 3.6, 4.0, 5.0, 6, 7) Note: Xelenium works with all the version of Firefox browsers that are supported by Selenium Webdriver. Please refer the Seleniumhq website for up-to-date information.

2. Java 1.6 or above

How it works?

Xelenium captures the details of web pages that are required to be scanned, and during scanning, it performs scan on each of the text fields present in the web page by making http requests to the respective pages.

Http requests are made using Selenium Htmlunit driver and call are made concurrently using Java threads.
Steps to use

Following are the steps that need to be followed to perform scan using Xelenium:

1. Download the xelenium.jar file and double click on it. Xelenium will be launched as shown in link below with procedure shown in screenshots - https://www.owasp.org/index.php/OWASP_Xelenium_Project

0 comments:

Post a Comment

 
TOP