From b3e92ed5e8a77ccc8db61712a3ad805f9d25ced3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 23 Oct 2022 13:07:34 +0200 Subject: Initial commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3