- Burp Suite Essentials
- Akash Mahajan
- 175字
- 2021-08-05 17:03:37
Ensuring that IPv4 is allowed
Sometimes, Java picks up the IPv6 address on the interface, and Burp is unable to make any connections to websites returning an IPv4 address. This results in a Java error, which is as follows:
java.net.SocketException: Permission denied
The browser also shows a cryptic error, which is as follows:
Burp proxy error: Permission denied: connect
If we ever encounter this error, all we need to do is tell Java that we want to use the IPv4 interface by passing the following parameter to the runtime:
java -Xmx2048M -Djava.net.preferIPv4Stack=true -jar /path/to/burpsuite.jar
This command and flag tells the Java runtime that we will prefer the IPv4 network stack to run the Burp Suite JAR file. Another option is to set a Java option environment variable.
Please note that by running the preceding command, the IPv6 interface will be disabled.
Many people have reported this as a bug on the Burp support forums. Most of the people who complained were using Microsoft Windows 7 64-bit operating system running a 32-bit version of the JVM.
- DevSecOps敏捷安全
- 計算機網絡安全技術(第6版·慕課版)
- 零信任網絡:在不可信網絡中構建安全系統(tǒng)
- 信息系統(tǒng)安全檢測與風險評估
- 反黑命令與攻防從新手到高手(微課超值版)
- 硬黑客:智能硬件生死之戰(zhàn)
- 局域網交換機安全
- Digital Forensics with Kali Linux
- Advanced Penetration Testing for Highly:Secured Environments(Second Edition)
- 網絡安全實戰(zhàn)詳解(企業(yè)專供版)
- Hands-On Artificial Intelligence for Cybersecurity
- 網絡攻防實戰(zhàn)研究:MySQL數據庫安全
- 2010年中國互聯(lián)網網絡安全報告
- 一本書講透混合云安全
- ATT&CK框架實踐指南(第2版)