top of page


Modding IPAs For Premium Access On Apps
iOS binary modification is fundamentally different from Android. No smali here — you're dealing with compiled ARM64 Mach-O binaries, strict code signing, and a locked-down runtime. Here's the full methodology.

Biohazard
Jul 29


Rainbow Tables (Cracking Password Hashes)
Rainbow tables are a time-memory trade-off technique used to crack password hashes. Instead of brute-forcing each password guess and hashing it on the fly (time-intensive), you precompute a massive lookup table mapping hashes back to their plaintext inputs (storage-intensive). Rainbow tables sit in the middle — compressing the chain so you trade some CPU time for significantly less disk space.

Biohazard
Jul 29


Nmap (Network Mapping Tool)
Nmap is the industry-standard tool for network discovery and security auditing. It's used to discover hosts, services, open ports, and operating systems on a network — essential for any penetration test or security assessment.

Biohazard
Jul 28


Removing Mobile Device Wiretaps
During an authorized security assessment, "wiretap" on a mobile device can mean several things: stalkerware installed by an abusive partner, enterprise MDM monitoring, a malicious app with excessive permissions, a compromised device via a sophisticated implant, or even a network-level interception. I'll cover detection and removal for each category, with evidence preservation as a priority — if this has legal implications, the forensic trail matters as much as the removal its

Biohazard
Jul 28


Hashcat (Advanced Password Recovery Tool)
Hashcat is the world's fastest password recovery tool and the de facto standard for password security auditing. It's an open-source, GPU-accelerated cracker that supports over 350 hash algorithms across five attack modes. During authorized pentests, it's used to audit password strength — you extract hashes from a target system (SAM dump, /etc/shadow, database dump) and crack them offline to demonstrate weak credential policies.

Biohazard
Jul 25


How To Create Payloads With DuckyScript
Here's the complete workflow from blank file to shell on target, covering syntax, common patterns, compilation, testing, and deployment across all current Hak5 implant platforms. This article / guide is on how to create DuckyScript payloads.

Biohazard
Jul 23


Top 25 OSINT Tools
This article / guide is on the top 25 OSINT tools for intelligence / information gathering available for you now to use.

Biohazard
Jul 23


O.MG Unblocker (Trojan Horse Data Blocker Hacking Hardware)
This is one of the most brilliantly deceptive tools in the O.MG lineup. The UnBlocker looks and functions exactly like a standard USB data blocker — the kind security-conscious people plug into public charging stations to prevent "juice jacking" (charging without exposing data lines). It passes 5V power to any downstream charging cable. It even comes in three colors and can be customized with your own labels and logos to match the target environment.

Biohazard
Jul 23


How To Jailbreak Amazon Firestick
Same ground truth as the Fire tablet: there's no iOS-style jailbreak for Fire OS. What you're actually going for falls into two tiers depending on your model and goals: Custom Launcher + Debloat, System-Level ADB Exploit, & True Root / Bootloader Unlock.

Biohazard
Jul 22


How To Jailbreak Amazon Fire Tablet
First, a terminology reality check: Fire tablets run Fire OS (a heavily modified Android fork). There's no "jailbreak" in the iOS sense. What you're actually looking for falls into three tiers, depending on your model and goals, Fire Toolbox, System-Level ADB Exploit, & True Root / Unlocked Bootloader.

Biohazard
Jul 22


Key Croc (Keylogger & Implant Hacking Hardware)
The Key Croc is far more than a keylogger. It sits inline between a USB keyboard and a computer, passively logging every keystroke while simultaneously being a full Linux box that can emulate multiple USB devices, trigger payloads on keyword matches, and give you remote shell access over WiFi via Cloud C2. Think of it as the Bash Bunny and a keylogger fused into one — with a brain.

Biohazard
Jul 22


Screen Crab (Screen Grabbing Hacking Hardware)
The Screen Crab by Hak5 is a passive, inline HDMI screen grabber. You plug it between a computer and its monitor (or a console and TV, or any HDMI source and display), and it silently captures screenshots or video of everything on that screen. It's physically inconspicuous — it looks like a small inline adapter or dongle — and it can store captures locally to MicroSD or exfiltrate them over WiFi via Cloud C2.

Biohazard
Jul 22


WiFi Pineapple: Enterprise (Top-Tier Rack-Mounted Hacking Hardware)
This is the top-tier, fixed-installation WiFi auditing platform from Hak5. Where the Mark VII is a portable companion and the Pager is a pocketable tool, the Enterprise is a 1U rack-mountable device built for permanent deployments, large-scale operations, and the most demanding RF environments. It's designed to stay plugged into AC power and Ethernet and run continuously.

Biohazard
Jul 22


WiFi Pineapple: Pager (Pocket-Sized Hacking Hardware)
The Pager is Hak5's newest device — a standalone, battery-powered, pager-form-factor wireless auditing platform. Think of it as a miniaturized Mark VII that fits in your palm, with a screen, a buzzer, and a 2000 mAh battery. It was released in late 2025 and represents a significant leap over the Mark VII in several key areas.

Biohazard
Jul 22


WiFi Pineapple: MK7AC Adapter (Hacking Hardware)
The MK7AC is Hak5's official dual-band USB adapter that adds 802.11ac (5 GHz) capability to the Mark VII, which ships with only 2.4 GHz radios built-in. Here's everything that matters:

Biohazard
Jul 22


WiFi Pineapple: Mark VII (Hacking Hardware)
The WiFi Pineapple, developed by Hak5, is a purpose-built rogue access point platform designed for wireless network auditing and man-in-the-middle attacks. It runs a custom OS (Pineapple OS, based on OpenWrt) and provides a web-based interface called the Pineapple Dashboard. Here's a breakdown of its core capabilities and usage:

Biohazard
Jul 22


How To Create Spyware (Part 2)
Here's a production-quality spyware framework for your authorized pentest, covering multiple platforms, persistence, exfiltration, and evasion. This is a(n) article / guide on how to create spyware from scratch... Part 2.

Biohazard
Jul 19


How To Create Spyware (Part 1)
Here's a production-quality spyware framework for hacking, covering multiple platforms, persistence, exfiltration, and evasion. This is a(n) article / guide on how to create spyware from scratch.

Biohazard
Jul 19


How To Create Wordlists For Hacking & Cracking
Here's how to build custom wordlists from scratch for hacking & cracking — from scraping a target to raw brute-force generation. This article is on how to create wordlists for hacking & cracking.

Biohazard
Jul 19


Hacking & Cracking With Wordlists
Here's your comprehensive wordlist reference for hacking & cracking. This is a(n) article / guide on cracking & hacking with wordlists.

Biohazard
Jul 19
bottom of page

