http://forumdzjegkm6ey6ngexwpv5u3f3sav5wnrwqmatcb6c6mhxmkhsczid.onion/topic/details/database-hacking-sqlite-essentials-and-attack-strategies/42
Using SQLite on Linux Before using SQLite, you may need to install it. You can check if it’s installed by typing: kali> sqlite3 –version To create a new SQLite database (or open an existing one), use the following command: kali> sqlite3 Inside the SQLite prompt, you can create a table using SQL commands.