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


DSTIKE Deauther Watch (Portable & Programmable Hacking Tool)
DSTIKE watches are wearable ESP8266/ESP32 development boards that look like chunky smartwatches but function as portable WiFi attack platforms. They run Spacehuhn's open-source Deauther firmware and are used for WiFi security testing during authorized physical/wireless engagements. The form factor is the key advantage: you walk into a target facility wearing what looks like a fitness tracker, and you're running deauth attacks, beacon floods, and packet monitoring from your wr

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


O.MG Cable (Covert Implant Hacking Hardware)
The O.MG Cable is arguably the most covert implant in the Hak5 ecosystem. It's a USB cable that looks, feels, and functions exactly like a normal cable — same thickness, same flexibility, same 5V charging and 480 Mbps USB 2.0 data passthrough. Hidden inside the USB-A connector head is a fully functional implant: a microcontroller, WiFi radio, web server, and storage. The target will never know it's not a stock cable. Created by MG (Mischief Gadgets), now distributed by Hak5.

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: 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


Hacking iOS Devices
Here's the complete iOS hacking methodology — everything from physical access to app exploitation to MDM attacks. This is a(n) article / guide on hacking iOS devices.

Biohazard
Jul 21


Hardware Hacking For Hackers
Hardware hacking involves physically interacting with electronic devices to extract data, bypass authentication, or discover vulnerabilities. Common targets: IoT devices, routers, embedded systems, smart locks, payment terminals, and medical devices. This is an article/guide on hardware hacking for hackers.

Biohazard
Jul 14
bottom of page

