Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
SQL Injection Tutorial For Beginners
  • Sh3llc0d3
    Posts: 1,910
    said:


    said:


    Download the tools used here:

    http://reiluke.i.ph/

    Search the blog for them, and thats the original coders blog.



    h4ck-y0u.org was a great site. I miss it. Reiluke was a phenomenal coder (don't know if he still does).

    On topic:

    I remember the first tutorial I saw of sql injection. It was made by a dude called darkc0ke from evilzone. It was fricken hilarious! He picked rfid.com to demonstrate, and he did the injection on a page by them warning about sql injections.

    I gotta say though, seeing an sql injection performed is a lot easier to understand than reading about it. But of course, isn't that the case with everything?


    I've got a video tutorial somewhere from h4ck-y0u.org on rooting a server. Great vid done by Neutralise.
  • nice a couple of things to note though: 1)as i stated in another thread, verifying sqli vulns with "'" does not always give accurate results its easier to use "and 1=1--" "and 1=0--" or some variation of that 2)using MySQL's information_schema only works with MySQL servers using version => 5.02 good article for enumerating through tables/columns/rows though