Well, i have seen ALOT of topic replies from people saying they do not understand tutorials or how SQL injection works or they can't find a website to test to see if they got it right.
WELL
I will address those two problems now.
SQL Injection is manually (or via an automated program) inserting SQL queries into a website URL to extract information.
Now, actually LEARNING SQL really and i mean REALLY does help you understand SQLi
SQL is ridiculously easy and the things you learn make you understand SQLi heaps better. When you learn SQL you will also be subjected to lots of other commands like DROP, INSERT INTO, UPDATE etc. which you can use in SQLi to cause even more havoc (by deleting entire tables, changing an admins password, making a new admin account for yourself for easy access).
Now when it comes to looking for sites in two days i have seen a "50 UK SQLi" injectable websites post (roughly along that name) and just today a post with about 15 other websites all within the website and forum hacking sub forum and the SQL injection sub forum.
Now a few tips while learning SQLi
1. Learn MySQL / SQL (HIGH RECOMMENDED)
2. Learn all the variations of SQLi (the different ways people inject)
3. SQLi manually before you try using automated programs, they don't always get it right
4. Stick at it
5. Stay confident
No comments:
Post a Comment