New MySQL Patterns

During this weekend I found an excellent article on Internet. It explains in details how one can perform blind SQL injection against MySQL. For interested parties you can find it here:

While reading it I found a number of SQL operations that skillful hacker can use it order to exploit SQL injection vulnerability. He can use the following commands:

  • current_user(), system_user(), session_user()
  • version()
  • database()
  • into outfile
  • load file
No votes yet

Back to top