Giter VIP home page Giter VIP logo

esc's Introduction

ESC

Helper Utility To Assist In Escaping PyJail CTF Challenges

Note

The tool is still under development and is quite simplistic at the moment

Installation

git clone https://github.com/Mehloul-Mohamed/ESC

Usage

python3 main.py [-h] [-o Output File] Mode ...

Mode can be one of:

  • italic: Transform Text Into Mathematical Italic Letters (Useful to avoid blacklists)
usage: main.py italic [-h] Text

positional arguments:
  Text        Text To Change

options:
  -h, --help  show this help message and exit
  • esoteric: Transform Text into Esoteric Python Using Boolean Tricks
usage: main.py esoteric [-h] [-eval] {1,2} Text

positional arguments:
  Text        Text To Change

options:
  -h, --help  show this help message and exit
  -eval       Wrap Output In eval()
  • builtin: Generate Payload To Call Function When Builtins Are Disabled
usage: main.py builtin [-h] Module Function Params

positional arguments:
  Module      Module To Use
  Function    Function To Call
  Params      Arguments To The Function

options:
  -h, --help  show this help message and exit
  • blacklist: Generate List Of Builtins That Don't Trigger A Specified Blacklist
usage: main.py blacklist [-h] blist

positional arguments:
  blist       Blacklist String

options:
  -h, --help  show this help message and exit

esc's People

Contributors

mehloul-mohamed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.