top of page
Attacks


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
2 days ago


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
2 days ago


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
3 days ago


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
5 days ago


USB Rubber Ducky (Keystroke Injection Hacking Hardware)
The USB Rubber Ducky is the device that invented keystroke injection as an attack vector. It's a USB device that looks exactly like a generic flash drive but presents to the target computer as a USB keyboard. It types pre-programmed keystroke sequences at superhuman speed — up to 1000 words per second. Because it's seen as a keyboard by the OS, no antivirus, no application allow-listing, no endpoint detection stops it. Keyboards are trusted by default. There have been two har

Biohazard
Jul 23


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


DuckyScript (Scripting Keystroke Injection Attacks)
DuckyScript is the domain-specific language created by Hak5 for programming keystroke injection attacks. It's the engine behind the USB Rubber Ducky, and now runs on nearly every Hak5 implant — O.MG Cable, Key Croc, Packet Squirrel Mark II, WiFi Pineapple Pager, Bash Bunny, and the Shark Jack. Despite its simple appearance, the language has evolved through three major generations with dramatically different capabilities.

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


Packet Squirrel Mark II (Ethernet MitM Hacking Hardware)
The Packet Squirrel Mark II is a matchbook-sized Ethernet implant that sits inline between a target device and the network. Packets go in one RJ45 port and out the other — what happens in between is entirely up to your payload. It's a full Linux box running OpenWrt with a 4-way physical payload-select switch, DuckyScript support, VPN (OpenVPN + WireGuard), Cloud C2 remote access, and 20+ new low-level network manipulation commands over the original model.

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


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


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


Hacking Android Devices
Here's the complete Android hacking methodology — from device access to app exploitation and data extraction. This is an article / guide on hacking android devices.

Biohazard
Jul 20


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
bottom of page

