Jump to content

Hacking methods other than SQL injection


LanceT

Recommended Posts

With my new script, i'm hoping to cut down on any security loopholes. What are some of the major security loopholes that PHP and Mysql have?

 

My new script is a forum community type script, so think about that. I'm new to coding so I'm not familiar with how scripts were patched in the past.

 

Thanks for your input.

Link to comment
https://forums.phpfreaks.com/topic/36872-hacking-methods-other-than-sql-injection/
Share on other sites

If you allow file uploads be careful with those and don't allow .php files to be uploaded... The best way to do it is to only allow certain files to be uploaded.

 

Also, be sure to screen user input in EVERYTHING...  In forum posts and sigs and things like that you'll probably want to block out HTML and JS so that users cannot put either of those...

 

Basically my advice is check all user input...

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.