I am a thorough newbie in computer security but the Google chrome exploit reward has gotten me interested in computer security and I would like to know what is an ideal starting point for one interested in computer security..It may be a reading list, a tutorial etc I just want so
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
closed as not a real question by Iszi, AviD♦ May 23 '12 at 14:45
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
evaluser input (e.g., SQL injection), buffer overflows, race conditions, bypassing poorly designed security protections, etc. Read through source code with a critical eye specifically for implementation of security critical features (e.g., chrome's sandbox). As for reference WAHH or OWASP top 10 are good starts for web apps. – dr jimbob May 23 '12 at 16:16