- 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.
- INSTANT Netcat Starter
- Getting Started with FortiGate
- API攻防:Web API安全指南
- 防火墻技術(shù)與應(yīng)用(第2版)
- 網(wǎng)絡(luò)安全技術(shù)與實(shí)訓(xùn)(第4版)(微課版)
- 計(jì)算機(jī)網(wǎng)絡(luò)安全技術(shù)研究
- 從0到1:CTFer成長(zhǎng)之路
- Instant Java Password and Authentication Security
- 從實(shí)踐中學(xué)習(xí)密碼安全與防護(hù)
- Mastering Reverse Engineering
- 網(wǎng)絡(luò)關(guān)鍵設(shè)備安全檢測(cè)實(shí)施指南
- 空間群組密鑰管理研究:基于自主的深空DTN密鑰管理
- CTF快速上手:PicoCTF真題解析(Web篇)
- Mastering Python for Networking and Security
- Mastering Linux Security and Hardening