Options

Best Computer Language For Infosec

parbatparajuliparbatparajuli Member Posts: 13 ■□□□□□□□□□
Hi guys, I recently shifted my career towards cyber security/infosec, and I am very interested in what kind of computer/programming language would look good in my resume or relate to my fields of study. Any feedback is greatly appreciated. Thanks in advance.

Comments

  • Options
    OctalDumpOctalDump Member Posts: 1,722
    If you aren't sure what area of infosec you are likely to work in, Python is a good choice. It's C like, scripting, available on most platforms and relatively easy to learn and start doing functional things. You can use it to automate analysis, monitoring, configuration, and even pentesting and there's a fairly good community of users in infosec.

    If you are going deep dive into Infosec, malware analysis, code auditing and such fun, then you'd likely want a much stronger grounding in computer science and a grasp of a few languages including C, Java and assembler (down to the hex for opcodes). But for that, Python is still a good starting point.
    2017 Goals - Something Cisco, Something Linux, Agile PM
  • Options
    chrisonechrisone Member Posts: 2,278 ■■■■■■■■■□
    +1 for Python
    +2 for Powershell (powershell has recently made a strong push in the security industry)

    Familiarity of C, Java, PHP, Ruby is good too.

    There is no such thing as one language for security. You have to be familiar with many and be very good in others. My "others" are powershell and Python. I really want to be proficient in those two languages. The others I want to be familiar with, I don't need to be an expert in the others.
    Certs: CISSP, EnCE, OSCP, CRTP, eCTHPv2, eCPPT, eCIR, LFCS, CEH, SPLK-1002, SC-200, SC-300, AZ-900, AZ-500, VHL:Advanced+
    2023 Cert Goals: SC-100, eCPTX
  • Options
    TheFORCETheFORCE Member Posts: 2,297 ■■■■■■■■□□
    Most infosec jobs don't need any knowledge of any programming languages. Unless you are doing pentesting or trying to automate some ridiculously complex manual task, or doing some type of devops infosex job then you wont need any programming. Been in infosec for 5 years now and really the most I've used was a powershell script to query admin accounts on workstations. Even that didn't have to use it much after company bought a privilege identity management solution. But yeah powershell would be useful in other areas too.
  • Options
    636-555-3226636-555-3226 Member Posts: 975 ■■■■■□□□□□
    Python for programming language
    Powershell + bash for scripting
    lots of books & videos. do them all, infinite use in your future career
  • Options
    parbatparajuliparbatparajuli Member Posts: 13 ■□□□□□□□□□
    Thanks everyone for your answers, I really appreciate it.
Sign In or Register to comment.