I'm researching the penetration-testing at the moment. I'm trying to grasp how the computer geeks become security professionals. Obviously, the path isn't easy, because a security professional has to know almost everything there is to know: programming, computer architecture, databases, security, etc.

So what I would like to know is the following. Since the path of becoming security professional isn't easy, a lot of people just give up in the middle of a learning process (which is usually quite long - years), because they cannot grasp everything they are required to. So why do they really quit (stop learning more and more about security):

  1. There's too much they need to know (information gathering, scanning, buffer overflows, etc) and they just give up.
  2. They are not qualified enough to find a security-related job, which required more learning, which in turn turns discourages them.
  3. They don't know how to perform a penetration test when they actually know enough stuff already. They just need to read/learn a few minor things as they go along (yeah, all penetration testers need to do that, even the most qualified ones), but all-in-all they already know enough. Since they don't know how to perform a penetration test, they don't know that they actually know enough, so that again discourages them. 4) Other?

My guess is that it's mostly the third option, that they don't know how a real-world penetration test is done. And yes, we have to rule out all already established professional penetration testers out there, since the title/topic of this thread don't apply to them.

What do you guys think, I would appreciate any more reasons, which can I use in my research paper.

Thank you in advance

link|improve this question

1  
Consider asking on security.stackexchange.com – Cheekysoft Oct 4 '11 at 9:13
feedback

closed as off topic by Wooble, Bo Persson, Robert Harvey Oct 3 '11 at 18:52

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

I think thad difference between things that people can watch on movies about hackers and real life can be frustrating. Somebody can think that is really funny to break bank system and it takes minutes to do that. The truth is that to break anything you need to learn how it's made. It takes "boring" month and years to do that. It's not a problem to run ready to use exploit. The real thing is to invent this exploit.

link|improve this answer
Thats what I'm asking. The normal people are not relevant here. I'm interested in computer geeks that already know how to program and know what computer is made of (so they know assembly, and know what are registers) and such stuff. They just don't know if the know enough to become security experts. – eleanor Oct 3 '11 at 18:48
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.