Skip to main content

Tunneling

SSH Multiplexing: Master Control Socket Guide

··1205 words·6 mins
A guide to SSH multiplexing and master control sockets for red team work. Covers running concurrent sessions over a single TCP connection, reducing connection churn, and the risks of socket hijacking.

SharpSocks: tunneling SOCKS over HTTP for operator pivoting

··1551 words·8 mins
A working overview of SharpSocks, Nettitude’s .NET tool for tunneling a SOCKS proxy through an implant inside the target network. Architecture, deployment, how it pairs with PoshC2 and other frameworks, the pivoting patterns operators actually use it for, and how it compares to modern alternatives (Chisel, ligolo-ng, gost) in 2026.

Firewall bypass: what still works on the wire in 2026

··2176 words·11 mins
A working operator’s view of firewall and IDS bypass in 2026. Fragmentation and decoy scanning against weak setups, DNS and ICMP tunneling where the channel is still open, SSH SOCKS proxying for quick pivots, Chisel and Ligolo-ng for serious tunneling work, and the realities of domain fronting now that the major CDNs have killed it. Plus what modern next-gen firewall and IDS technology (TLS inspection, JA3/JA4 fingerprinting, ECH) leaves open for the operator and what it doesn’t.

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).

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.