Top 10 Resources for Basic PHP Security

Jul
10

When developing a dynamic website it is essential that possible security issues or flaws are considered. To this end I decided it would be worth while producing a list of resources which I have used to help others understand best practice and potential techniques that are used to exploit bad coding standards.

General PHP Security Issues

For a general overview the following resources provide a good grounding as to security risks and how to prevent them from becoming a porblem.

Google your Site for Security Issues

It amazed me during my research quite how easy it was to hack peoples sites by using simple Google searches to return results of potentially weak websites. The following links elaborate on this somewhat:

Cross Site Scripting

A common method used to retrieve information or to deliberately cause harm and well worth understanding. The following link shows the different methods used with examples:

SQL Injection

Again another very common method by which hackers try to breach website security. This is an essential must know before building a website otherwise there is the possibility that you will leave yourself wide open to an attack.

As always I would love to hear your comments or if you have any resources that you feel would be beneficial than post the in the comments section below as well.

2 Responses to “Top 10 Resources for Basic PHP Security”

  1. pdp says:

    10x, I am glad that GHDB and XSSDB made it into this list. :)

  2. andy says:

    No problem. Good resource…

Leave a Reply