Jump to content

SQL Injection


N-Bomb(Nerd)

Recommended Posts

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
https://forums.phpfreaks.com/topic/152734-sql-injection/#findComment-802093
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
https://forums.phpfreaks.com/topic/152734-sql-injection/#findComment-802108
Share on other sites

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.