web/cookie_monster_secret_recipe
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
curl 'http://verbal-sleep.picoctf.net:51067/login.php' \
|
||||
-X POST \
|
||||
-D - \
|
||||
-o /dev/null \
|
||||
--data-raw 'username=test&password=test'
|
||||
|
||||
base64 -d <<<"cGljb0NURntjMDBrMWVfbTBuc3Rlcl9sMHZlc19jMDBraWVzX0E2RkEwN0Q4fQ"
|
||||
Reference in New Issue
Block a user