in reply to Re^8: How to avoid Null Byte Injection?
in thread How to avoid Null Byte Injection?
Also, read everything you can about secure programming. As you learn about new vulnerabilities, scour your code for them, then write tests to ensure they aren't introduced later. This article from SecurityFocus, Five common Web application vulnerabilities, is a good start. Searching here on PerlMonks for security would probably yield some helpful information, too.
For more advanced testing, fuzzing might be a useful technique.
|
|---|