pyjail

Community

Escape Python sandbox restrictions.

Authorkiwamizamurai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides techniques to bypass Python sandbox restrictions and execute commands in restricted environments, useful for learning containment failures in code challenges.

Core Features & Use Cases

  • Sandbox bypass: Various payload strategies to reach system commands.
  • Payload templates: Ready-to-use payloads and encoding tricks for common restrictions.
  • Security awareness: Understand limitations of restricted execution environments.

Quick Start

Basic bypass example (for educational challenges):

  • import('os').system('id')

Dependency Matrix

Required Modules

None required

Components

reference

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: pyjail
Download link: https://github.com/kiwamizamurai/cctf/archive/main.zip#pyjail

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository