owasp Xelenium xss scanner

简介:  Xelenium is a security testing tool that can be used to identify the security vulnerabilities present in the web application.
 Xelenium is a security testing tool that can be used to identify the security vulnerabilities present in the web application. Xelenium uses the open source functional test automation tool 'Selenium' as its engine and has been built using Java swing. 

Xelenium has been designed considering that it should obtain very few inputs from users in the process of discovering the bugs.

Current version helps the user in identifying the Cross Site Scripting (XSS) threats present in the web application. In the subsequent versions, Xelenium will be enhanced such that it could identify the other leading threats.



Download: http://sourceforge.net/projects/xeleniumsecurit/
目录
相关文章
|
2月前
|
存储 安全 JavaScript
26、XSS漏洞介绍
26、XSS漏洞介绍
19 0
|
2月前
|
安全 开发工具 git
xss漏洞工具 -- xsser
xss漏洞工具 -- xsser
55 0
|
8月前
|
安全 JavaScript 前端开发
|
10月前
|
存储 前端开发 安全
Web 安全之 XSS 攻击
Web 安全之 XSS 攻击
355 0
|
11月前
|
Web App开发 SQL JavaScript
XSS练习平台【XSS Challenges】
XSS练习平台【XSS Challenges】
138 0
|
11月前
|
JavaScript 安全 前端开发
WEB常见漏洞之XSS(靶场篇)1
WEB常见漏洞之XSS(靶场篇)
110 0
|
11月前
|
Web App开发 JavaScript 安全
WEB常见漏洞之XSS(靶场篇)2
WEB常见漏洞之XSS(靶场篇)
102 0
|
安全
2021Kali系列 -- XSS漏洞(Beef-xss)
2021Kali系列 -- XSS漏洞(Beef-xss)
97 0
2021Kali系列 -- XSS漏洞(Beef-xss)
|
Web App开发 JavaScript 前端开发
详探XSS PayIoad
1.Cookie劫持 一个最常见的XSS Payload,就是通过读取浏览器的Cookie对象,从而发起“Cookie劫持”攻击 Cookie中一般加密保存了当前用户的登录凭证。Cookie如果丢失,往往意味着用户的登录凭证丢失。换句话说,攻击者可以不通过密码,而直接登录进用户的账户
144 1
详探XSS PayIoad
|
SQL 前端开发 JavaScript
防止XSS跨站脚本攻击:Java过滤器
防止XSS跨站脚本攻击:Java过滤器
1557 1
防止XSS跨站脚本攻击:Java过滤器