hacking:sql_injection:mysql:comments
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hacking:sql_injection:mysql:comments [2020/04/16 21:48] – peter | hacking:sql_injection:mysql:comments [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 40: | Line 40: | ||
---- | ---- | ||
+ | |||
+ | ==== Special Comment Syntax for MySQL ==== | ||
This is a special comment syntax for MySQL. | This is a special comment syntax for MySQL. | ||
Line 61: | Line 63: | ||
</ | </ | ||
- | Simply get rid of other stuff at the end the of query. Same as 10; DROP TABLE members -- | + | Simply get rid of other stuff at the end the of query. Same as: |
- | + | ||
+ | <code sql> | ||
+ | 10; DROP TABLE members -- | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Division by 0 error ==== | ||
<code sql> | <code sql> | ||
SELECT /*!32302 1/0, */ 1 FROM tablename | SELECT /*!32302 1/0, */ 1 FROM tablename | ||
</ | </ | ||
- | Will throw an divison | + | Will throw a division |
---- | ---- |
hacking/sql_injection/mysql/comments.1587073701.txt.gz · Last modified: 2020/07/15 09:30 (external edit)