Tagged Questions
7
votes
2answers
261 views
How dangerous is it to use third-party security audit tools?
This question is inspired by two related questions (How safe is backtrack to use, and How to Install, Configure and Use LSAT on Unix SE).
Besides a dated (and patched) vulnerability in LSAT ...
0
votes
3answers
310 views
Code auditing and/or fuzzing - Books and resources
I've read the 'Shellcoder's Handbook' as well as 'The Art of Exploitation', and appreciated both a lot. Now I'm looking for additional resources delving into vulnerability spotting, code auditing, and ...
8
votes
5answers
653 views
How to review code for backdoors?
I have a codebase that needs a code review to evaluate it for backdoors.
The code is far too big to review it all, how would you recommend approaching the problem.
It is a java web application with ...
