MySQL injection
Comments
-- MYSQL Comment
# MYSQL Comment
/* MYSQL Comment */
/*! MYSQL Special SQL */
/*!32302 10*/ Comment for MySQL version 3.23.02Interesting Functions
Confirm Mysql:
concat('a','b')
database()
version()
user()
system_user()
@@version
@@datadir
rand()
floor(2.9)
length(1)
count(1)Useful functions
All injection
Flow
Only 1 value
Blind one by one
Blind adding
Detect number of columns
MySQL Union Based
SSRF
WAF bypass tricks
Information_schema alternatives


MySQLinjection without COMMAS
Retrieving values without the column name
MySQL history
Version alternatives
最后更新于