Jump to content

SQL Injection


N-Bomb(Nerd)

Recommended Posts

Is SQL injection only a problem if you are outputting data? With my script it's only adding information to the database.. never pulling anything from it. Do I still have to worry about sql injection?

 

You sure do.

Link to comment
Share on other sites

You can dowload "sql inject me" for firefox if you want to test your site for possible injections.

 

I'm weiry about this addon. One of my scripts that only i can access as a test-bed application has 0 protection and the addon reports everythings fine. I tweaked the script so that at least 1 item should fail and trip some type of warning but it reported pass as well. So eithor its a bad addon or i unno whatelse.

Link to comment
Share on other sites

You most certainly have the possibility of sql injection- it happens when you're inputting data, NOT when you're outputting it.

 

Actually, sql injection can occur whenever there's user submitted data in the query. It doesn't matter if it's INSERT or SELECT.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.