๐Ÿ’ฃ
AutomationPython

Offensive Shellcode

by SnailSploit

Offensive Shellcode is an Automation skill for Claude Code, published by SnailSploit in Claude-Red.

2.9K stars479 forkson SnailSploit/Claude-RedAdded 2026/08/17+1% in starsRepository updated 2026/05/08
claude-aiclaude-ptclaude-skillsredteamredteam-toolsskills
Install in seconds
Install Offensive Shellcode
Copy Offensive Shellcode into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/SnailSploit/Claude-Red/tree/main/Skills/infrastructure/offensive-shellcode ~/.claude/skills/offensive-shellcode

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/SnailSploit/Claude-Red.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
Skills/infrastructure/offensive-shellcode/SKILL.md in SnailSploit/Claude-Red
Installs to
~/.claude/skills/offensive-shellcode
Collection
One of 25 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What Offensive Shellcode does

Offensive Shellcode provides a reference for developing custom shellcode, loaders, and evasion techniques for offensive security engagements. Use when writing x86/x64 shellcode, implementing position-independent code, or evading AV/EDR.

Offensive Shellcode is cataloged under Automation on DirSkills. Offensive Shellcode comes from a repository tagged claude-ai, claude-pt, claude-skills, redteam and redteam-tools.

Documentation

README

Shellcode Development Workflow

  1. Define concept and target platform (x86/x64, Windows/Linux/macOS)
  2. Write assembly using position-independent techniques
  3. Extract binary and test in controlled environment
  4. Apply null byte avoidance and optimizations
  5. Encode/encrypt to evade static detection
  6. Package with loader and choose delivery method

Basic Concepts

Execution Pattern (Allocate-Write-Execute)

Avoid direct PAGE_EXECUTE_READWRITE โ€” prefer:

  1. Allocate with PAGE_READWRITE
  2. Write shellcode to allocated region
  3. Call VirtualProtect to switch to PAGE_EXECUTE_READ

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Offensive Shellcode

  • What else does SnailSploit publish alongside Offensive Shellcode?

    Offensive Shellcode is one of 25 skills that DirSkills catalogs from SnailSploit/Claude-Red, the repository it ships in. Its siblings there include AI Pentest, Advanced Red Team Ops and Basic Exploitation. Each one is a separate skill with its own page in this directory, installs the same way Offensive Shellcode does, and is maintained by SnailSploit in that same repository. The rest of the collection is listed on the SnailSploit/Claude-Red page.

  • How does Offensive Shellcode compare to other Automation skills?

    Offensive Shellcode ranks #421 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Offensive Shellcode against them. Open each page to compare what they document and how they install.

More from SnailSploit/Claude-Red

Offensive Shellcode is one of 25 skills cataloged on DirSkills from SnailSploit/Claude-Red.

See all 25 skills โ†’
โš”๏ธ
2w ago

AI Pentest

AI Pentest provides an offensive AI/LLM security checklist covering prompt injection, jailbreaking, model extraction, training data poisoning, adversarial inputs, and AI reconnaissance. Use it when assessing AI/ML systems, red-teaming LLMs, or researching AI attack vectors.
AI Engineering
2.9K479
๐Ÿดโ€โ˜ ๏ธ
2w ago

Advanced Red Team Ops

Advanced Red Team Ops provides a methodology for red team engagements covering OPSEC, C2 infrastructure, living-off-the-land, lateral movement, persistence, and exfiltration. Use it when planning advanced red team operations or studying APT TTPs.
Quality
2.9K479
๐Ÿงจ
2w ago

Basic Exploitation

Basic Exploitation teaches foundational Linux exploitation techniques such as controlling EIP/RIP, ROP chain construction, ret2libc, shellcode injection, and heap spraying. Use it when building initial proofs of concept or understanding classic exploitation primitives with mitigations disabled.
Quality
2.9K479
๐Ÿ”
2w ago

Bug Identification

Bug Identification provides a systematic methodology for discovering software vulnerabilities through static analysis, dynamic analysis, fuzzing, and AI-assisted techniques. Use it for code audits, bug bounty triage, or building vulnerability identification pipelines.
Quality
2.9K479
๐Ÿ’ฅ
2w ago

Crash Analysis

Crash Analysis triages crash dumps and debugger output to determine if a vulnerability is exploitable. Use it when assessing fuzzer crashes, reading stack traces, or identifying root causes with WinDbg, GDB, ASAN, or MSAN.
Quality
2.9K479
๐Ÿ•ต๏ธ
2w ago

EDR Evasion

EDR Evasion provides an offensive checklist for hook unhooking, direct syscalls, PPID spoofing, process injection, AMSI bypass, ETW patching, and memory encryption. Use it when planning EDR bypass during red team engagements or researching AV/EDR evasion techniques.
Quality
2.9K479