Author Topic: SQL Injection for databases that are version 4  (Read 540 times)

0 Members and 1 Guest are viewing this topic.

Offline Titanisking

  • NULL
  • Posts: 2
  • Cookies: 0
  • None of us are as cruel as all of us expect us all
    • View Profile
SQL Injection for databases that are version 4
« on: September 12, 2014, 10:57:30 pm »
Hello friends, I'm just curious as to how i would carry out a SQLi when the version of the database isnt 5, but rather 4. 4.0.21 to be exact. Thank you
Learn what you can, share what you know, teach what you've mastered

Offline chapp

  • Peasant
  • *
  • Posts: 87
  • Cookies: 2
    • View Profile
Re: SQL Injection for databases that are version 4
« Reply #1 on: September 16, 2014, 03:53:58 pm »
SQL isn't a database, but a language for managing data in relational databases. Read the SQL syntax for the specific database you are targeting.

Edit: mananing -> managing
« Last Edit: September 16, 2014, 03:56:56 pm by chapp »