Understanding macOS's Unix Underpinnings for Linux Red Team Members

This article explores how macOS differs from Linux under the hood, focusing on critical differences in the Unix layer that affect red teamers transitioning from Linux.

February 26, 2023 · 15 min · UncleSp1d3r

PsExec for Remote Code Execution

This article explores what PsExec is, how it works, and how red teamers or pen testers can use it to achieve remote code execution on a target system, including detailed examples and prerequisites.

February 25, 2023 · 6 min · UncleSp1d3r

Remote Execution with sc.exe on Windows: A Red Team Guide

A practical red team guide to remote code execution using sc.exe on Windows—covering payload creation, encoding, service configuration, and execution.

February 24, 2023 · 5 min · UncleSp1d3r

Microcode – The Hidden Layer Beneath the Software Stack

Discover how microcode functions beneath the operating system, its significance in offensive security, historical context, and real-world attack examples.

February 23, 2023 · 6 min · UncleSp1d3r

Using DSQuery for Red Teaming: A Guide to Gathering Active Directory Intelligence

Learn how red teamers can leverage DSQuery to enumerate Active Directory environments, with detailed command examples and practical considerations.

February 21, 2023 · 6 min · UncleSp1d3r

Powerful Windows Command-Line Tools for Advanced Red Team Operations

Explore advanced use cases for powerful Windows command-line tools like PowerShell, Netsh, WMIC, and more—tailored for experienced red teamers.

February 20, 2023 · 8 min · UncleSp1d3r

Transferring Data from MySQL to PostgreSQL Using Docker, mysqldump, and pgloader

A step-by-step guide to transferring data from MySQL to PostgreSQL using Docker, mysqldump, and pgloader, including prerequisites and a full walkthrough.

February 18, 2023 · 8 min · UncleSp1d3r

Chisel - Tunneling Traffic with SSH over HTTP

Comprehensive guide to Chisel: traffic tunneling via SSH over HTTP, with installation, use cases, and advanced tips for overcoming network restrictions.

February 17, 2023 · 5 min · UncleSp1d3r

Using xfreerdp and Pass-the-Hash for RDP Connection

This article explores how to use xfreerdp and Pass-the-Hash technique to connect to an RDP server and provides practical examples, usage guidance, and known limitations.

February 16, 2023 · 4 min · UncleSp1d3r

Tunneling Traffic through a Network: Techniques for Combining Iptables Port Redirection, SSH Tunnels, and Netsh Port Proxies

This article explains how to tunnel traffic through a network using iptables port redirection, SSH tunnels, and netsh port proxies.

February 15, 2023 · 9 min · UncleSp1d3r