SQL Cheat
Bypass Login
WAF
Using / at username, and password as state above.
SQL in App (Not DB)
Sessions Cookies
The above code shows SQL Injection at /searchcookie
where the cookies parameter is directly inserted into the query. The flag being stored in another tables name as sessions.
App/File
Utilize load_file()
function to read files.
" union select 1,load_file('/app/src/app.js'),3-- -
Last updated