sql-command-cheat-sheet.md update cheat sheet Mar 14, 2022 View all files README 🎃 SQL Injection Demo Watch the Video First! Video Link:https://www.youtube.com/watch?v=wSOlJ_duQU4&t=110s In this video, I covered what SQL is, some basic commands of MySQL, how to perform SQL i...
All SQL commands should be replaced with parameterized queries or stored procedures to avoid SQL injection. Secure https should always be used to avert session hijacking and packet-sniffing. HTTP-only is the secure standard when setting cookies, in order to avoid cross-site scripting predicaments ...