SQL Injection -Stored (SQLite)


..

142 143 144
Let’s try with single quote 145 146
The entry was added but it’s not showing anything which mean we found the SQLi
Now we have to find the correct syntax so we can see the output of the sqli on the webpage 147
’,’’); 148
As you can see with ’,’’); we could add a blank entry in the blog 149
’, sqlite_version()); 150 151
’, (SELECT name FROM sqlite_master WHERE type=’table’)); 152
Table name is blog, using this method you can enumerate it further.

~ Hack the World and Stay Noob

Twitter / Hack The Box / CTF Team / Teck_N00bs Community Telegram

Comments