Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


My SQL injection complete tutorial :) filter_list
Author
Message
RE: My SQL injection complete tutorial :) #231
Thanks but i think i saw a problem with it, when i was doing a site i saw it had 36 colums and it opened normal (I wasnt using the -) and then on 37 i got "Unknown column '37' in 'order clause' "
But then when i add the dash i get an sql error...


RE: My SQL injection complete tutorial :) #232
nice effort..Smile thanks man..Smile


RE: My SQL injection complete tutorial :) #233
anytime guys Smile im glad people still looking at my tutorial
valar morghulis


RE: My SQL injection complete tutorial :) #234
(12-09-2012, 06:13 PM)yxzy Wrote: Thanks but i think i saw a problem with it, when i was doing a site i saw it had 36 columns and it opened normal (I wasnt using the -) and then on 37 i got "Unknown column '37' in 'order clause' "
But then when i add the dash i get an sql error...

In that case you should try blind injection with substring.
For example
Quote:site.com?id=15 and substring(@@version,1,1)=4
if page loads normally, then mysql version is 4. If some content of page is missing, then it's different, change 4 to 5 and try again.
I believe you can find tutorial on blind sqli on this forum. just use search.


RE: My SQL injection complete tutorial :) #235
Nice and HQ tutorial, thank you.


RE: My SQL injection complete tutorial :) #236
very nice bro. i like use inurl: admin page. :-)


RE: My SQL injection complete tutorial :) #237
very nice bro. i like use inurl: admin page. :-)


RE: My SQL injection complete tutorial :) #238
Thank you for the amazing TuT I am going to be trying this now I really do appreciate it!


RE: My SQL injection complete tutorial :) #239
Thank you for the amazing TuT I am going to be trying this now I really do appreciate it!


RE: My SQL injection complete tutorial :) #240
Great i will try that .. thanks alot for the knowlegde..