LAPSE stands for a Lightweight Analysis for Program Security in Eclipse. LAPSE is designed to help with the task of auditing Java J2EE applications for common types of security vulnerabilities found in Web applications. LAPSE was developed by Benjamin Livshits as part of the Griffin Software Security Project.
LAPSE targets the following Web application vulnerabilities:
- Parameter manipulation
- SQL injections
- Header manipulation
- Cross-site scripting
- Cookie poisoning
- HTTP splitting
- Command-line parameters
- Path traversal
If you are interested in auditing a Java Web application, LAPSE helps you in the following ways:
- Identify taint sources
- Identify taint sinks
- Find paths between sources and sinks
Read more about LAPSE HERE.
You can download LAPSE here:
LAPSE: Web Application Security Scanner for Java
0 comments:
Post a Comment