Jump to content

[SOLVED] My Sql Injection!


pkirsch

Recommended Posts

Well i have a forum and i recently turned it off! Temporarily! (it's Invision Power Board) and because i turned it off, nobody can Register... But everyday still i have registrations! I would assume that this would be a MySQL Injection into my database!

 

Any other suggestions? If it's not MySQL injection, Then what is it?

 

:D  ???  :D

Well that sounds like cross site scripting.

 

SQL Injection is something like this. User enters:

username: 1'  OR userID > 1 LIMIT 1 --

password: never read

query = SELECT * FROM users WHERE username = '1'  OR userID > 1 LIMIT 1 --'  AND password = 'never read'

 

You can still register I believe even if the forum is "turned off". This is not SQL injection. If its SQL injection then they will do far more serious things, such as delete the forums database or all databases, than register an account for your forum.

 

I would take this up with the developers of Invision Power Board if where you. Go to http://forums.invisionpower.com/ for support on this. Also I am going to move this to the Third Party support forum too due to this being a support request for IPB

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.