From 427993d0e68ac5d3653d380c5849cf81c5b4a61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:17:25 +0100 Subject: [PATCH] n --- README.md | 2 +- catthefile.json.example | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 catthefile.json.example diff --git a/README.md b/README.md index 0d73369..41f766e 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ A Python tool to automatically generate CTF writeup templates and organize chall - https://theblackside.fr - https://crackmes.one - https://crackmy.app +- https://cattheflag.org/defis.php ### Will add : -- https://cattheflag.org/defis.php - https://imaginaryctf.org - https://challenges.ecsc.eu/challenges - https://www.root-me.org diff --git a/catthefile.json.example b/catthefile.json.example new file mode 100644 index 0000000..9217f6d --- /dev/null +++ b/catthefile.json.example @@ -0,0 +1,4 @@ +{ + "email": "email", + "password": "password" +} \ No newline at end of file