Should You Learn Programming for Cybersecurity?

Поділитися
Вставка
  • Опубліковано 15 кві 2024
  • Alex breaks down the pros and cons of learning programming as a cybersecurity professional. He brings up benefits such as a better understanding of vulnerabilities, the ability to automate tasks, improved problem-solving skills, and clearer communication with developers. And he touches upon several drawbacks, like the amount of time it can eat up.
    #pentesting #hacking #programming #cybersecurity #thecybermentor
    Sponsor a Video: www.tcm.rocks/Sponsors
    Pentests & Security Consulting: tcm-sec.com
    Get Trained: academy.tcm-sec.com
    Get Certified: certifications.tcm-sec.com
    Merch: merch.tcm-sec.com
    📱Social Media📱
    ___________________________________________
    Twitter: / thecybermentor
    Twitch: / thecybermentor
    Instagram: / thecybermentor
    LinkedIn: / heathadams
    TikTok: / thecybermentor
    Discord: / discord
    💸Donate💸
    ___________________________________________
    Like the channel? Please consider supporting me on Patreon:
    / thecybermentor
    Support the stream (one-time): streamlabs.com/thecybermentor
    Hacker Books:
    Penetration Testing: A Hands-On Introduction to Hacking: amzn.to/31GN7iX
    The Hacker Playbook 3: amzn.to/34XkIY2
    Hacking: The Art of Exploitation: amzn.to/2VchDyL
    The Web Application Hacker's Handbook: amzn.to/30Fj21S
    Real-World Bug Hunting: A Field Guide to Web Hacking: amzn.to/2V9srOe
    Social Engineering: The Science of Human Hacking: amzn.to/31HAmVx
    Linux Basics for Hackers: amzn.to/34WvcXP
    Python Crash Course, 2nd Edition: amzn.to/30gINu0
    Violent Python: amzn.to/2QoGoJn
    Black Hat Python: amzn.to/2V9GpQk
    My Build:
    lg 32gk850g-b 32" Gaming Monitor:amzn.to/30C0qzV
    darkFlash Phantom Black ATX Mid-Tower Case: amzn.to/30d1UW1
    EVGA 2080TI: amzn.to/30d2lj7
    MSI Z390 MotherBoard: amzn.to/30eu5TL
    Intel 9700K: amzn.to/2M7hM2p
    G.SKILL 32GB DDR4 RAM: amzn.to/2M638Zb
    Razer Nommo Chroma Speakers: amzn.to/30bWjiK
    Razer BlackWidow Chroma Keyboard: amzn.to/2V7A0or
    CORSAIR Pro RBG Gaming Mouse: amzn.to/30hvg4P
    Sennheiser RS 175 RF Wireless Headphones: amzn.to/31MOgpu
    My Recording Equipment:
    Panasonic G85 4K Camera: amzn.to/2Mk9vsf
    Logitech C922x Pro Webcam: amzn.to/2LIRxAp
    Aston Origin Microphone: amzn.to/2LFtNNE
    Rode VideoMicro: amzn.to/309yLKH
    Mackie PROFX8V2 Mixer: amzn.to/31HKOMB
    Elgato Cam Link 4K: amzn.to/2QlicYx
    Elgate Stream Deck: amzn.to/2OlchA5
    *We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.
  • Наука та технологія

КОМЕНТАРІ • 13

  • @Janemayank
    @Janemayank Місяць тому +4

    The subtitle text on the video playback is overlapping with the UA-cam default text. Unable to read subtitles. They are incorrectly placed at this position. Try some other place for subtitles appearance.

  • @generalshouva8189
    @generalshouva8189 Місяць тому +1

    Laurie Wired would say yes.

  • @whyYUbee
    @whyYUbee Місяць тому +2

    I studied Python programming for 8 months. Where can I find practical training material for writing scripts? Any advice?

    • @t21b2
      @t21b2 29 днів тому +2

      After 8 months of coding perhaps you should feel abit more confident in yourself. Find something you would like to automate and start working on it, there is usually a library already built for most things also. Believe it or not, chatgpt can be a good place for practical training material, find something you want to automate, and you can ask chat gpt for tips, or you can even ask it to give you a simple scripting challenge. My first script I believe was cleaning up a specified directory, mp4 in one folder, png in another.

  • @joebol2036
    @joebol2036 8 днів тому

    Bash and python

  • @bigerrncodes
    @bigerrncodes Місяць тому

    Tl;dr: yes

  • @gregoireSB93
    @gregoireSB93 Місяць тому +5

    I mean, why you doing cybersecurity if you not interested in programming languages ?

    • @generalshouva8189
      @generalshouva8189 Місяць тому

      But so many people who do not like coding join this field. Laurie Wired works in cyber sec and she needs coding.

  • @Babayaga130
    @Babayaga130 Місяць тому +1

    Is python enough?

    • @epotnwarlock
      @epotnwarlock Місяць тому +4

      Im a software engineer and id recommend javascript as well, id also wouldnt necessarily learn a compiled language but id try to understand the differences between compiled and interpreted

    • @Babayaga130
      @Babayaga130 Місяць тому +4

      @@epotnwarlock thanks ! Guess thats at least another year of learning 😅.

    • @BrittKemp-rd7vk
      @BrittKemp-rd7vk Місяць тому

      Hey! This video might be helpful for you. ua-cam.com/video/qHsTCBbqCwE/v-deo.html

    • @epotnwarlock
      @epotnwarlock Місяць тому +2

      @@Babayaga130 don't get lost in the weeds of syntax, I'd try to focus on behavior, javascript has a lot of similar syntax to python, compiled languages are very different but there is a lot of overlap with the syntax as well