Skip to content

Files

Latest commit

 

History

History

Reflective-xss-cookie-steal-ctf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Reflective xss cookie steal CTF

Flag : wctf{GrEaT_yOu_ReCoVeReD_tHiS_sItE}


Vulnerability exploited : XSS (Cross Site Scripting)


How to run

git clone https://github.com/gokulapap/ctfs

cd Reflective-xss-cookie-steal-ctf/

pip3 install -r requirements.txt

Create account in firebase and add your auth and api keys in app.py

python3 app.py


Access the site at http://127.0.0.1:5000


CTF WALKTHROUGH :

CTF WALKTHROUGH