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

A comprehensive deep-dive into the Nim programming language for offensive security. Learn the language fundamentals, master WinAPI interoperability with winim, discover compile-time metaprogramming for string obfuscation, and understand why Nim is the modern favorite for bypassing EDRs.

March 9, 2023 · 14 min · UncleSp1d3r

Fearless Concurrency and Memory Safety: A Red Teamer's Guide to Rust

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.

March 2, 2023 · 19 min · UncleSp1d3r