- Burp Suite Essentials
- Akash Mahajan
- 123字
- 2021-08-05 17:03:37
Starting Burp from the command line
Burp doesn't have an elaborate setup process. Starting Burp is as simple as executing a command in your shell of choice.
Starting Burp requires Java to be already installed and configured on your computer. If your computer doesn't already have Java 1.6+, you can get it for free from http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html.
We need the JRE, so click on the Download button under JRE.
If your computer already has Java 1.6 or above installed, execute the following in your shell:
java -jar /path/to/burpSuite.jar
Those who have done Java programming will understand what is happening here. We are passing a JAR to the Java runtime. Please note there are no command-line options that need to be passed to Burp Suite.
推薦閱讀
- 可信計(jì)算3.0工程初步
- Penetration Testing with Perl
- 安全實(shí)戰(zhàn)之滲透測(cè)試
- 安全技術(shù)運(yùn)營(yíng):方法與實(shí)踐
- Kali Linux Network Scanning Cookbook(Second Edition)
- Spring Security(Third Edition)
- 隱私計(jì)算
- 軟件安全保障體系架構(gòu)
- CTF那些事兒
- 構(gòu)建新型網(wǎng)絡(luò)形態(tài)下的網(wǎng)絡(luò)空間安全體系
- Practical Mobile Forensics
- Web代碼安全漏洞深度剖析
- 紅藍(lán)攻防:技術(shù)與策略(原書第3版)
- 安全網(wǎng)絡(luò)構(gòu)建
- Hands-On Bug Hunting for Penetration Testers