ret2script 1.8.1

Checker script runner for Ret2Shell - A feature-riches CTF challenge platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Ret2Script

Ret2Script is the scripting engine that wraps [Rune](https://rune-rs.github.io/), just for Ret 2 Shell challenge platform checks.

## Usage

```shell
# Install
$ cargo install ret2script
# Check flag using ./checker/main.rx
$ ret2script check ./checker/main.rx --flag 'flag{Y0u-5@1d_rIgHt-6uT-yOu_shou1d-PI@Y-geNsHIn-1mpact2}'
# Generate dynamic environment varibles using ./checker/main.rx
$ ret2script environ ./checker/main.rx
```