- 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.
- Android應(yīng)用安全實(shí)戰(zhàn):Frida協(xié)議分析
- 工業(yè)互聯(lián)網(wǎng)安全
- 為你護(hù)航:網(wǎng)絡(luò)空間安全科普讀本(第2版)
- Practical Network Scanning
- 軟件開發(fā)安全之道:概念、設(shè)計(jì)與實(shí)施
- 硬黑客:智能硬件生死之戰(zhàn)
- 物聯(lián)網(wǎng)安全滲透測(cè)試技術(shù)
- 軟件安全保障體系架構(gòu)
- 數(shù)據(jù)安全領(lǐng)域指南
- CTF特訓(xùn)營(yíng):技術(shù)詳解、解題方法與競(jìng)賽技巧
- 黑客攻防從入門到精通
- Disaster Recovery Using VMware vSphere Replication and vCenter Site Recovery Manager
- 網(wǎng)絡(luò)服務(wù)安全與監(jiān)控
- Hands-On Artificial Intelligence for Cybersecurity
- 數(shù)字銀行安全體系構(gòu)建