Posts tagged with
OWASP
Feb 21, 2020
Code/Notes to explain SQL injection (pure draft)
SQL injection explained: Unsafe code like SELECT * FROM users WHERE username = '$username' allows attackers to manipulate queries, potentially deleting data as shown with 'jagdeep'; DELETE FROM users;--'.
2025