Python Cybersecurity for Beginners: Firewall Part 1 - Simulation

Sdílet
Vložit
  • čas přidán 20. 08. 2024

Komentáře • 44

  • @lucaciraolo958
    @lucaciraolo958 Před 18 dny

    i'm about to start a master degree in cybersecurity and wanted to learn something by my own before the course... and bro yours is amazing. Love the way u teach and how u dont speed-up things, very well done job and thx for everything im gonna learn.

  • @Yohan421-e5g
    @Yohan421-e5g Před 11 dny

    FIRE, first time understanding someone's script after some time of self studying python and automation!

  • @SpadeVI
    @SpadeVI Před 2 měsíci +5

    This is really cool man i appreciate this project this is perfect for beginners

    • @faanross
      @faanross  Před 2 měsíci +1

      thanks amigo, appreciate that

  • @DBX79
    @DBX79 Před 20 dny +2

    This tutorial goes by so quickly. Was this under the assumption that someone already knows basic coding?

    • @Beyondlimits_400
      @Beyondlimits_400 Před 18 dny +2

      Yeah he should really take out the beginners from the title. He just sped by this as if you already know how to build a script in Python.

    • @theuxofai3907
      @theuxofai3907 Před 18 dny +1

      @@Beyondlimits_400yeah i know its ridiculous! we should all demand a refund!!

    • @Beyondlimits_400
      @Beyondlimits_400 Před 18 dny

      @@theuxofai3907 Yes it’s free lol, with that my point is that it’s a bit of a shitty course if it’s aimed at people who have never coded.

    • @theuxofai3907
      @theuxofai3907 Před 18 dny +1

      @@Beyondlimits_400if you find it shitty literally stop watching and choose among the other 1000s of free python courses at your level lol. You think he can make a single course for literally where every single person is at? Hilarious entitlement lol.

    • @theuxofai3907
      @theuxofai3907 Před 18 dny +1

      @@Beyondlimits_400this is extremely simple btw, if you are looking for an INTRODUCTORY course, just look for that.

  • @Cert_Study
    @Cert_Study Před 3 měsíci

    This is so awesome. This is the stuff I’d love to do in cyber security or cloud.

  • @93ksj
    @93ksj Před 22 dny

    Love the content bro, new subscriber!

  • @jburns3210
    @jburns3210 Před 4 měsíci +1

    Great video

  • @priyanshuchoudhary3970

    just wow
    👏

  • @ossiuvgk9049
    @ossiuvgk9049 Před 9 dny

    thank you dude

  • @anvyard1874
    @anvyard1874 Před 3 měsíci +1

    Could you please not add the music in the background its abit difficult to focus on what you speaking. great series !!

  • @VEDHEVSTECH
    @VEDHEVSTECH Před rokem

    Cool!

  • @user-vn3gb3bb7u
    @user-vn3gb3bb7u Před 3 měsíci +2

    I make a pyton cyberscururty

  • @JohnWaithaka-gp6yo
    @JohnWaithaka-gp6yo Před 4 měsíci +1

    I've coded this program in VS Code but I'm not able to run the program. Which extensions should i use if there are any ?

    • @faanross
      @faanross  Před 4 měsíci +1

      are you running it on windows or linux?

    • @user-vn3gb3bb7u
      @user-vn3gb3bb7u Před 3 měsíci

      In python extrnsion

    • @riserisex2
      @riserisex2 Před 3 měsíci +1

      im having the same problem and im running it on mac os

    • @faanross
      @faanross  Před 3 měsíci +1

      @@riserisex2 hey, this will only work on linux, sorry if that was unclear.

    • @riserisex2
      @riserisex2 Před 3 měsíci

      @@faanross ok thank you for answering i appreciate it

  • @utti_12c
    @utti_12c Před 5 měsíci

    Thank you man

    • @faanross
      @faanross  Před 5 měsíci +1

      thanks for the comment. literally my pleasure x

  • @MarkelleFultzCuzin
    @MarkelleFultzCuzin Před 5 měsíci +1

    Does this automate the job of microsoft Defender?

    • @faanross
      @faanross  Před 5 měsíci +1

      hey, no not quite. Defender is AV/EDR for the Windows OS. this acts as a wrapper for iptables, which is a FW for Linux.

  • @poise8702
    @poise8702 Před rokem +2

    whre is this code

    • @faanross
      @faanross  Před rokem +1

      You can find the link right at the top of the description.

    • @khanaleena1161
      @khanaleena1161 Před rokem

      @@faanross got to see after commenting though part 2 which has dos blocker it's only showing monitoring traffic but not the blocked ip as packet flood works fine and I did change target ip and network as mentioned ,it's not showing any blocked ip

    • @khanaleena1161
      @khanaleena1161 Před rokem

      And I am using 2 vms for this one doesn't capture the blocked ip though other one is flooding packets to that targeted ip

    • @khanaleena1161
      @khanaleena1161 Před rokem

      ?

    • @faanross
      @faanross  Před rokem

      @@khanaleena1161 3 things to check for:
      1. Run iptables on firewall VM to ensure other IP is not being blocked
      2. Run ping between the two VMs to ensure they are actually on the same VLAN and can communicate (or run arp -a etc)
      Then, if they are communicating it could be that your network is rate-limiting packets, to diagnose this please check line 21 on the firewall script: you can see that I commented out this line, just remove the # so the line is active. Run it again, and now when it receives packets it will display the rate threshold, if it is under 40 simply adjust your threshold value up top.
      Hope this makes sense, let me know if you got it to work.

  • @FlutterLuvbread
    @FlutterLuvbread Před 11 měsíci

    That it? This is just a simulation.. wheres the actual blocking? Wheres the package monitoring?

    • @faanross
      @faanross  Před 11 měsíci +1

      Hi, as mentioned in the end of the video this is done in videos parts 2 and 3.

  • @JohnWaithaka-gp6yo
    @JohnWaithaka-gp6yo Před 4 měsíci +1

    @faanross I am running it on windows

    • @faanross
      @faanross  Před 4 měsíci +1

      sorry if it was unclear, but this will only work on linux as it's basically a wrapper for iptables, which is the linux firewall. so retry on linux, and if you don't use that yet encourage you to get started - you can download virtualbox (its free), ubuntu iso (free), and there are 100s of guides on youtube (also free). windows does not allow you to interact and customize components to degree of linux, so it represents greater learning opportunities.