This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP/Training/LAPSE+"

From OWASP
Jump to: navigation, search
Line 6: Line 6:
  
 
| Content =  
 
| Content =  
<b>LAPSE+</b> is a security scanner for detecting vulnerabilities of untrusted data injection in Java EE Applications. It has been developed as a plugin for Eclipse Java Development Environment, working specifically with Eclipse Helios and Java 1.6 or higher. There are currently following issues:
+
<b>LAPSE+</b> is a security scanner for detecting vulnerabilities of untrusted data injection in Java EE Applications. It has been developed as a plugin for Eclipse Java Development Environment, working specifically with Eclipse Helios and Java 1.6 or higher. There are currently following vulnerabilities detected:
 
*URL Tampering
 
*URL Tampering
 
*Cookie Poisoning
 
*Cookie Poisoning
Line 15: Line 15:
 
*Injections (SQL, Command, XPath, XML, LDAP)
 
*Injections (SQL, Command, XPath, XML, LDAP)
 
*Path Traversal
 
*Path Traversal
&nbsp;
 
 
| Material =  
 
| Material =  
 
&nbsp;
 
&nbsp;

Revision as of 02:33, 4 August 2011

MODULE
OWASP LAPSE Project
Overview & Goal
 

To be filled in

Contents Materials
LAPSE+ is a security scanner for detecting vulnerabilities of untrusted data injection in Java EE Applications. It has been developed as a plugin for Eclipse Java Development Environment, working specifically with Eclipse Helios and Java 1.6 or higher. There are currently following vulnerabilities detected:
  • URL Tampering
  • Cookie Poisoning
  • Parameter Tampering
  • Header Manipulation
  • Cross-site Scripting (XSS)
  • HTTP Response Splitting
  • Injections (SQL, Command, XPath, XML, LDAP)
  • Path Traversal
 
  • To be filled in