Kitty

Challenge Description :

visiting the web page we stumble upon a login page

basic sql injection payload bypasses the login

when we login we are redirected to the dashboard page where we can add posts through the input at the bottom

in the beginning i was trying stored xss to steal the admin's cookie but when i refreshed the page all the posts added where not stored on the server so i opened the source code to see if there's any javascript code

so reading the code we can see that executing cat flag.txt will output the flag

Flag :

Last updated

Was this helpful?