'LAPSE'에 해당되는 글 1건

  1. 2010.02.24 LAPSE: Web Application Security Scanner for Java





LAPSE Site : http://suif.stanford.edu/~livshits/work/lapse/index.html

Java 소스코드 레벨 점검 툴입니다.

이 툴은 Eclipse의 Plug-In으로 설치하는데 간단하면서,
사용법도 간단합니다.

점검항목
1. Parameter manipulation
2. Header manipulation
3. Cookie poisoning
4. Command-line parameters
5. SQL injections
6. Cross-site scripting
7. HTTP splitting
8. Path traversal

실행환경은 Eclipse 3.2, LAPSE, JDK5 입니다.
프로그램은 아래 링크에서 다운로드 하세요.

1. Eclipse Download : http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/index.php

2. JDK1.5 Download : http://java.sun.com/products/archive/j2se/5.0_21/index.html

3. LAPSE Download : http://suif.stanford.edu/~livshits/work/lapse/download.html







Posted by Hanlee79
,