[jsp] 프록시 서버 구성하여 url 확인하기 Burp Suite v1.4.01 by PortSwigger
http://portswigger.net/burp/downloadfree.html
Installation instructions
=========================
The Burp Suite program is an executable JAR (Java archive) file called burpsuite_v1.4.01.jar
Burp Suite requires a Java Runtime Environment, and will run on any platform for which a JRE is implemented. It requires Java version 1.5 or later, and it is recommended that the latest available JRE is used. JREs for Windows, Linux and Solaris can be obtained for free from http://www.oracle.com/technetwork/java/javase/downloads/index.html
Burp Suite can be launched using the command "java -jar burpsuite_v1.4.01.jar". On some platforms, it can be launched simply by double-clicking on the JAR file.
Note that the default settings of the JRE Virtual Machine may limit the amount of system resources available to the Burp Suite process. If Burp Suite is to be used for tasks that require large amounts of memory, the VM memory settings should be changed. The file suite.bat launches Surp Suite with up to 2Gb of available memory. This file can be edited to specify a different memory size.
Troubleshooting
===============
If Burp Suite fails to start, or generates the error "Exception in thread main", check that the correct JRE version has been installed. If so, check that the "java" command is launching the most recent JRE, and not an earlier installed version. If necessary, modify the startup command to contain absolute paths to both the JRE and the JAR file, e.g. "/usr/bin/java -jar /usr/tools/burpsuite_v1.4.01.jar".
Burp Suite is copyright (c) PortSwigger Ltd 2011. All rights reserved.
Java is a Trade Mark of Oracle.
[jsp] 프록시 서버 구성하여 url 확인하기 Burp Suite v1.4.01 by PortSwigger
'programming > jsp' 카테고리의 다른 글
[jsp] json-lib 를 이용한 list -> json 으로 뽑기 jdk1.4, json-lib-2.3-jdk13 (0) | 2013.04.03 |
---|---|
[jsp] iis와 톰캣이 동일하게 80, 443포트로 웹 서비스하도록 설정 (0) | 2013.03.18 |
[jsp] port 상태 확인하기 (0) | 2013.02.13 |
[jsp] request.getRemoteAddr()에서 ipv6 로 보일 경우 (1) | 2013.02.12 |
[jsp] 아파치 웹 서버와 톰캣 연동과 https 설정 (0) | 2013.02.07 |