Tools to test softwares against any attacks for programmers ?

Posted by berkay on Stack Overflow See other posts from Stack Overflow or by berkay
Published on 2010-06-06T15:03:37Z Indexed on 2010/06/06 15:22 UTC
Read the original article Hit count: 422

in these days, i'm interested in software security. As i'm reading papers i see that there are many attacks and researchers are trying to invent new methods for softwares to get more secure systems.

this question can be a general including all types of attacks.There are many experienced programmers in SO, i just want to learn what are using to check your code against these attacks ? Is there any tools you use or you don't care ?

For example i heard about,static,dynamic code analysis, fuzz testing.

  • SQL injection attacks
  • Cross Site Scripting
  • Bufferoverflow attacks
  • Logic errors
  • Any kind of Malwares
  • Covert Channels
  • ... ...

thanks

© Stack Overflow or respective owner

Related posts about security

Related posts about testing