visiting the web page we stumble upon a login page
basic sql injection payload bypasses the login
" or 1=1--;
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