- 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.
推薦閱讀
- 數據恢復方法及案例分析
- API安全實戰
- Metasploit Penetration Testing Cookbook(Third Edition)
- 電子支付的規制結構配置研究
- 暗戰亮劍:黑客滲透與防御全程實錄
- 代碼審計:企業級Web代碼安全架構
- Testing and Securing Android Studio Applications
- CTF競賽權威指南(Pwn篇)
- Kerberos域網絡安全從入門到精通
- 解密數據恢復
- 從實踐中學習密碼安全與防護
- Learning Pentesting for Android Devices
- 隱私保護機器學習
- ATT&CK與威脅獵殺實戰
- Instant OSSEC Host-based Intrusion Detection System