Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

[Fix] Burp Suite crashing on Kali ARM64 (Apple Silicon / QEMU)

If Burp Suite instantly crashes on your Kali ARM64 VM with a SIGILL (illegal instruction) error, here’s the fix: The default OpenJDK 21 from Kali uses newer ARM instructions your emulated CPU doesn’t support under QEMU. Just switch to a p…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

If Burp Suite instantly crashes on your Kali ARM64 VM with a SIGILL (illegal instruction) error, here’s the fix:



The default OpenJDK 21 from Kali uses newer ARM instructions your emulated CPU doesn’t support under QEMU.



Just switch to a portable Temurin 21 JRE:



From thie official temurin GitHub repository download the version according to your suitable architecture. Like in my case the my kali architecture is ARM64.



OpenJDK21U-jre_aarch64_linux_hotspot_21.0.7_6.tar.gz



Move the file to /tmp folder. Then these commands:




sudo mkdir -p /opt/temurin21

sudo tar -xzf OpenJDK21U-jre_aarch64_linux_hotspot_21.0.7_6.tar.gz -C /opt/temurin21 --strip-components=1




Test it:




/opt/temurin21/bin/java -version

JAVA\_CMD=/opt/temurin21/bin/java /usr/bin/burpsuite




Make Temurin the default java (affects all apps)




sudo update-alternatives --install /usr/bin/java java /opt/temurin21/bin/java 1100 sudo update-alternatives --set java /opt/temurin21/bin/java

java -version




Tested on Apple Silicon (UTM + QEMU)



It was bothering me so much when I switched to Mac. At first, I tried to fix the problem for days but eventually got exhausted, so I started using an alternative, Caido. After many months, I decided to try Burp Suite again to learn its features — and this time, I finally succeeded in installing it correctly.

2. Cyber Threat Intelligence & Forensik

CTI Threat Relationship Graph3 Knoten / 2 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten [Fix] Burp Suite crashing on Kali ARM64 (Apple Silicon / QEMU)

Thematisch verwandte Begriffe: Burp, Suite, crashing, Kali · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100746 | A vulnerability was found in coollabsio Coolify up to 4.1.0. This affec…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag