Best of David BombalOctober 2024

  1. 1
    Video
    Avatar of davidbombalDavid Bombal·2y

    Hacking ARP with Python and Kali Linux (and capture passwords)

    The post covers how to hack a network using a Python script to perform ARP poisoning, utilizing Kali Linux and Cisco devices. This practical guide is part of a CCNA course, emphasizing the importance of network security and the need for encrypted protocols over clear text ones. ARP poisoning is demonstrated with a Windows computer and how to capture usernames and passwords. It stresses the importance of learning Python for real-world applications and offers an interactive approach to learning through Brilliant.org.

  2. 2
    Video
    Avatar of davidbombalDavid Bombal·2y

    You need to learn this! Unlock the Power of AI (Artificial Intelligence) // FREE CCNA 200-301 Course

    Learn about the concept of AI hallucinations through examples with MidJourney and ChatGPT. Explore the integration of AI in the CCNA 200-301 course, sponsored by Cisco, covering topics like supervised and unsupervised learning as well as generative and predictive AI. Understand the practical application of machine learning in network operations and the importance of good data for accurate AI modeling. Also, recognize the privacy and security concerns associated with AI use.

  3. 3
    Video
    Avatar of davidbombalDavid Bombal·2y

    Open Webcam with Python (10 lines only) #shorts #python #webcam #windows

    This post walks through a simple Python script to open a webcam using OpenCV. It highlights the importance of privacy and security, warning against downloading and running untrusted applications that could misuse webcam access. The script involves capturing frames from the webcam and provides a method to close the application safely.