Skip to main content

Basics

Computer History - The Rise and Fall of CP/M

··5566 words·27 mins
The rise and fall of CP/M, a pioneering operating system, highlights the importance of innovation, standardization, and security in computing history.

Bash Scripting Language - Basic Concepts and Syntax

··3141 words·15 mins
Comprehensive guide to Bash scripting fundamentals with security best practices, modern techniques, and ethical penetration testing examples for red team professionals.

Origins and Evolution of Unix

··6491 words·31 mins
A long look at Unix from its 1960s origins through commercial AT&T System V, the BSD lineage, Linux, the modern Unix-derived stack underneath everything from macOS to cloud containers, and the security debt that comes with a 1970s permission model still running in 2026.

Cybersecurity Frameworks: NIST, ISO, and CIS

··1434 words·7 mins
A working overview of the NIST Cybersecurity Framework (six functions after CSF 2.0), ISO/IEC 27001:2022 (10 clauses plus 93 Annex A controls in 4 themes), and CIS Controls v8/v8.1 (18 controls organized by Implementation Group), including how they fit together and where each earns its keep in real security programs.

Wireless Security: Best Practices and Common Attacks

··3243 words·16 mins
This article provides a comprehensive overview of wireless security, including technical details of wireless networking, best practices for securing wireless networks, common attacks, social engineering tactics, wireless network penetration testing, regulatory compliance, and the future of wireless security.

Computing in the 1990s: The Emergence of Linux and Open-Source Software

··2490 words·12 mins
How Linux and the open-source movement grew out of 1990s proprietary-software dominance, from the GNU Project and the Linux kernel through the LAMP stack, Netscape’s source release, the SCO lawsuit, and Red Hat’s rise, plus what it means for security when critical infrastructure like OpenSSL runs on volunteer maintenance.

Computer History — The Rise and Fall of Netscape Navigator

··6416 words·31 mins
How Netscape Navigator went from 80% market share to bankruptcy in roughly twelve years, the technologies it left behind (SSL, JavaScript, cookies, the same-origin policy), the 1995 Goldberg–Wagner RNG break that ended “the algorithm is strong” as a defense, Microsoft’s antitrust-defining “cut off air supply” campaign, and what survives of Netscape in the modern browser stack a working operator interacts with every day.

The Adversary Mindset: A Working Guide to Red Team Operations

··2368 words·12 mins
A working operator’s view of red teaming versus pen testing, the Unified Kill Chain as a practical mental model rather than a theoretical framework, how modern C2 infrastructure is actually built (and why domain fronting isn’t the answer anymore), purple teaming as collaborative tuning, deconfliction with the white cell, and the operator-side OPSEC habits that decide whether you finish the engagement quietly.

Hacking the Human: A Red Teamer's Guide to Social Engineering

··4537 words·22 mins
A working guide to social engineering for red team engagements. Covers Cialdini’s six principles of persuasion as they’re actually used in pretexting, OSINT for building a credible story, Adversary-in-the-Middle phishing against MFA-protected accounts, MFA fatigue, vishing, physical entry, and how to write findings up without throwing individual employees under the bus.

The Stealthy Serpent: A Red Teamer's Guide to Nim

··3212 words·16 mins
A guide to using Nim for offensive tooling. Covers language fundamentals, the winim WinAPI bindings, compile-time string obfuscation with macros, direct syscall stubs, the offensive Nim ecosystem (OffensiveNim, NimlineWhispers, Nim-RunPE, NimPackt, Nimcrypt2), and an honest take on what edge Nim actually still gives you against modern EDR.

An introduction to reverse engineering

··2692 words·13 mins
PE/ELF/Mach-O structure, x86/x64 assembly, disassembly versus decompilation, dynamic analysis with debuggers and Frida, and the anti-RE tricks you’ll meet on the way.

Advanced network scanning and enumeration

··3230 words·16 mins
Past nmap -sC -sV — TCP/IP behavior that shapes scan results, NSE for real enumeration, IDS-aware timing, packet-level evasion, and where RustScan and Masscan are actually faster.

Fearless Concurrency: A Red Team Guide to Rust

··5909 words·28 mins
A comprehensive deep-dive into the Rust programming language for offensive security. Learn the core concepts of ownership and borrowing, master idiomatic error handling, build a multi-threaded port scanner, and discover how to use “Unsafe Rust” for shellcode injection and high-performance exploit development.

Computer History - The Mouse: A Point of No Return

··6860 words·33 mins
A comprehensive deep-dive into the history and evolution of the computer mouse. From Douglas Engelbart’s wooden prototype to modern laser sensors and wireless HID attacks, we explore the tech that changed how we interact with machines - and the security implications of implicit peripheral trust.

The Ethical Path: An Introduction to Penetration Testing

··1484 words·7 mins
An introduction to penetration testing for people getting into the field. The differences between VA, PT, and red teaming; PTES as a workflow; what actually goes into a good report; and the legal lines you can’t cross.

The Darwinian Transition: A Linux Red Team Operator's Guide to macOS

··1291 words·7 mins
A guide for red team operators coming from Linux. Where Darwin differs from Linux at the userland and kernel level, how SIP and TCC change what root means, how to live off the land with JXA and AppleScript, and how to persist with launchd.

PsExec: The Double-Edged Sword of Remote Execution

··884 words·5 mins
A deep-dive into PsExec for offensive work. How it works under the hood, how to leverage pass-the-hash with Impacket, service-name evasion, and the forensic footprint it leaves so you know when to reach for it and when to reach for something else.

Mastering sc.exe: Remote Service Execution

··1107 words·6 mins
A deep-dive into sc.exe for offensive work. Weaponize the Windows Service Control Manager for remote code execution, persist via service failure actions, exploit weak service ACLs, and load kernel drivers.

Chisel: The Stealthy Architect of Network Tunnels

··1172 words·6 mins
A practical walkthrough of Chisel for tunneling — reverse SOCKS, port forwarding, TLS hardening with a real cert, source-level evasion tweaks, and how it compares to Ligolo-ng.

xfreerdp & Passthe-Hash: RDP Techniques

··1160 words·6 mins
How Pass-the-Hash actually works against RDP — what makes it normally fail, why Restricted Admin Mode flips that around, the correct xfreerdp syntax, RDP-over-SOCKS tuning, and the Logon Type 3 anomaly that gives the technique away.

Mastering the Maze: Advanced Tunneling and Port Redirection for Red Team Operators

··1540 words·8 mins
A working guide to network tunneling for offensive ops — iptables NAT, every flavor of SSH forwarding (including reverse SOCKS and ProxyJump), Windows netsh portproxy, socat, and the modern compiled tools that have largely replaced everything else (Chisel and Ligolo-ng).

Master the Database - Exploiting Microsoft SQL Server with Impacket

··1210 words·6 mins
A red team walkthrough of Impacket’s mssqlclient.py — discovery, every common auth method, RCE via xp_cmdshell / OLE Automation / CLR, hash capture via xp_dirtree, linked-server hops, file transfer over TDS, and finding the data that actually matters.

smbclient: Red Team Guide to SMB

··1830 words·9 mins
A long walkthrough of smbclient for offensive work — SMB dialects, enumeration, bulk exfiltration, Pass-the-Ticket via Kerberos, opsec around credentials, and what the blue team sees when you connect.

Ruby for Red Team Operators

··2979 words·14 mins
A long-form Ruby walkthrough for security folks. Covers syntax, the object model, blocks and metaprogramming, networking, FFI, and writing Metasploit modules.

Port Scanning Guide for Linux & Windows

··1190 words·6 mins
A comprehensive guide to mastering port scanning on both Linux and Windows, covering standard tools like Nmap, stealthy built-in techniques, and modern PowerShell-based enumeration.

Install Impacket: Complete Red Team Guide

··1040 words·5 mins
A comprehensive guide to installing and mastering Impacket, covering installation via pipx, deep dives into core tools, and advanced authentication attacks.