Results 1 to 4 of 4

Thread: Security & Programming Languages

  1. #1
    Junior Member
    Join Date
    Mar 2006
    Posts
    17

    Security & Programming Languages

    I have always been told that a good sec mgr will know (or be familiar with) a plethora of languages, but especially C. Why is that? What does it help with?

    Also, is assembly language really good to know.....i am going to take a class at a local comm college anyway, was just wondering what experienced programmers might think...


    thanks....eric
    I killed your cat you druggy b****, I thought it would bring closure to our relationship. --Rocco, Boondock Saints

  2. #2
    Elite Hacker
    Join Date
    Mar 2003
    Posts
    1,407
    I think C and assembly are good to know. When you understand them you understand what's going on at a very low level, especially with assembly. This will help you a lot if you get into finding vulnerabilities and writing Proof of Concept exploits. Also, if you're going to be writing programs to run on *nix, I think C is one of your best bets (I know some will disagree with me here, but this is my opinion. There are some things you may not want to touch with C with a ten foot pole though). If you already know some java or anything like that, for me the transition to C was really smooth, but I had a class for both. I think some other people in my classes had problems though, so it could have just been me. Anyways, if you're taking a class that's great. I've always picked up things best when taking a class that covers them. I have a hard time making myself learn stuff when I don't have deadlines to enforce me learning it. So I think I answered your question with my opinion and I hope it's helpful. Also, if it wouldn't be too overwhelming you may want to give perl a look. It's not too complex for most things. Good luck.

  3. #3
    Junior Member
    Join Date
    Mar 2006
    Posts
    17
    thanks, that actually answered a couple questions that i hadn't asked yet......thanks again.....eric
    I killed your cat you druggy b****, I thought it would bring closure to our relationship. --Rocco, Boondock Saints

  4. #4
    Member
    Join Date
    Jun 2002
    Posts
    95
    Adding to h3r3tic's post, I believe C is great to know as the majority of programs (including the kernel) in Linux are coded in C.

    The whole point with this is that traditionally SysAdmin's would fix any bugs and security holes by hand and patch their own server, then submit patches to bugtraq or something along the lines.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •