Burp Suite External Browser Setup in Kali: A Dedicated Firefox Profile (Certs + Proxy) for Each Client

One reused browser profile can cost you an hour—quietly. The login looks “haunted,” HTTPS suddenly “breaks,” and your notes stop lining up with what Burp actually captured. That pain is rarely Burp being picky. It’s session bleed: cookies, localStorage, HSTS, and proxy settings drifting just enough to make two clients (or two tenants) feel like … Read more

KRB_AP_ERR_SKEW “Clock skew too great” in Kali Kerberoasting: The Time-Sync Fix That Sticks (HTB/AD Labs)

KRB_AP_ERR_SKEW fix

The Kerberos Clock Skew Nightmare: KRB_AP_ERR_SKEW Kerberos doesn’t care that you’re “only” off by a few minutes—cross the ~300-second cliff and your whole Kerberoasting run faceplants with KRB_AP_ERR_SKEW (“clock skew too great”). In AD labs (HTB, VPN ranges, snapshot-happy VMs), the worst part isn’t the first failure. It’s the comeback: you sync once, celebrate, reboot… … Read more

Kali Linux (2025) YubiKey SSH: FIDO2 ‘ed25519-sk’ Resident Keys + Touch/PIN (Portable, Phishing-Resistant SSH)

Kali Linux YubiKey SSH setup

Kali Linux YubiKey SSH Flow Kali Linux YubiKey SSH Flow The weakest part of most SSH setups isn’t the math—it’s the private key file you didn’t realize you duplicated, synced, or left behind. A Kali Linux YubiKey SSH flow using FIDO2 keeps the secret on the hardware, so a “new laptop overnight” doesn’t turn into … Read more

Kali Encrypted VM Is Slow on VirtualBox: Fix Disk I/O Without Dropping LUKS

Kali encrypted VM slow on VirtualBox

Boot takes forever, apt looks frozen, and Burp projects open like they’re being unpacked over dial-up—yet everyone’s first “fix” is the wrong one: disable LUKS. When a Kali encrypted VM is slow on VirtualBox, the culprit is usually disk I/O latency in the storage stack (controller choice, host I/O cache behavior, dynamic-disk growth, and constant … Read more

OSCP-Style Pentest Report on Kali: Flameshot Screenshots → Markdown Notes → Pandoc PDF (Repeatable Template)

Kali Pentest Report Template

An OSCP-Style Pentest Report on Kali At 1:47 a.m., the report doesn’t fail because you “can’t write”—it fails because your proof is scattered, your screenshots are mislabeled, and your PDF build is a one-off spell you can’t repeat. An OSCP-style pentest report on Kali fixes that by treating evidence like source code: predictable paths, clean … Read more

Kali on Raspberry Pi 5 for Wi-Fi Pentesting: Built-in Wi-Fi Limits, USB Adapter Picks & Monitor Mode Checklist

Pi 5 Wi-Fi adapter for Kali

Raspberry Pi 5 Wi-Fi Pentesting: The Adapter Reality Check The Raspberry Pi 5 is fast. Its built-in Wi-Fi is… polite. And that mismatch is why so many “monitor mode fixes” turn into an all-weekend kernel spiral that ends the moment a known-good USB adapter hits the port. If you’re running Kali on a Raspberry Pi … Read more

Fix “No default controller available” on Kali (BlueZ): btusb, rfkill, systemd, and USB dongle checks

Kali no default controller fix

Stop Guessing: Fix “No Default Controller Available” on Kali The fastest way to waste an hour on Kali Bluetooth is to keep restarting services that have nothing to manage. When bluetoothctl reports “No default controller available,” it isn’t a BlueZ tantrum—it’s your system quietly telling you the controller never showed up. Whether blocked by rfkill, … Read more

Kali NetworkManager Drops TryHackMe OpenVPN Mid-Scan: Keepalive + Auto-Reconnect (nmcli) That Actually Sticks

TryHackMe OpenVPN keeps disconnecting

VPN Stability: Keepalive & Auto-Reconnect “Twelve minutes into a scan is when the tunnel likes to betray you: the output finally gets interesting, and then everything goes quiet—no crash, no warning, just dead air.” If Kali NetworkManager drops your connection mid-scan, the problem usually isn’t your pentesting tools. It’s the gap between “VPN says connected” … Read more

Proxychains DNS Leak Test Still Shows My ISP: Firefox WebRTC, DoH, and IPv6 Fixes on Kali (Step-by-Step)

Proxychains DNS Leak Fix

Proxychains DNS Leak Test Still Shows My ISP You run Firefox through proxychains, hit a DNS leak test, and the page still slaps your ISP’s name on the results—like nothing you did mattered. That moment is usually not one failure. It’s three different systems taking three different shortcuts: the DNS path, Firefox’s leak surfaces (WebRTC/DoH), … Read more

Kali VirtualBox No Sound After Update: Intel HD Audio vs ICH AC97 Fix + PipeWire Restart (Fast Checklist)

Kali VirtualBox no sound after update

Kali VirtualBox No Sound After Update Five minutes. That’s how long this usually takes—because “Kali VirtualBox no sound after update” is rarely a broken install. It’s a chain that snapped at one link. You run apt upgrade, reboot, and suddenly your Kali VM is silent even though Audio is “enabled.” Maybe the only option is … Read more