diff options
author | Marvin Borner | 2022-10-23 13:07:34 +0200 |
---|---|---|
committer | Marvin Borner | 2022-10-23 13:09:17 +0200 |
commit | b3e92ed5e8a77ccc8db61712a3ad805f9d25ced3 (patch) | |
tree | 2c42a99d4e6b904622565003e24971773a39cc10 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..327fbfa --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Redireculus + +Brainfuck interpreter (ab)using browser redirects and path-specific +cookies. + +## Structure + +- `impl/`: several simple hosting implementations +- `public/`: the actual code + +## Usage + +0. run according to `impl/*` instructions +1. (clear cookies) +2. enter brainfuck code +3. enjoy |