Make a port scanner in

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2024

ความคิดเห็น • 21

  • @ge0x1
    @ge0x1 2 หลายเดือนก่อน

    Yes this is what a tutorial should be like so beginners can understand what they are doing. Amazing work🙏

  • @starlordcodes
    @starlordcodes 6 หลายเดือนก่อน +2

    Thanks for these videos. Helps me with my regular Rust fix. Looking forward for more.

    • @timClicks
      @timClicks  6 หลายเดือนก่อน +1

      Nice to hear! I hope that the next video won't take me 8h or so to prepare.

  • @JavierHarford
    @JavierHarford 4 หลายเดือนก่อน

    Berkeley Mono is truly an elite font

  • @sayanbhattacharyya95
    @sayanbhattacharyya95 6 หลายเดือนก่อน +1

    Cool tutorial! And hello from the other side of the pond (Brisbane here)!
    A question - this is spawning quite a few Tokio tasks, as it creates one per iteration of the loop, and typically there are thousands of ports (your default is 1024). Once CIDR is introduced, it becomes a nested loop, presumably spawning even more tasks. Is there any performance penalty for creating so many tasks, or are they quite lightweight?

    • @timClicks
      @timClicks  6 หลายเดือนก่อน +3

      Tokio tasks are very cheap to create. Most systems should be able to comfortably handle running millions concurrently, assuming each task is I/O bound.

  • @robertiansweetman
    @robertiansweetman 6 หลายเดือนก่อน

    That's a great tutorial format @timClicks thanks!

  • @JonathanSambrook
    @JonathanSambrook 6 หลายเดือนก่อน +2

    HARD MODE
    READ CODE
    BURIED UNDER CAPTION
    🤣
    But great vid Tim 👌

    • @timClicks
      @timClicks  6 หลายเดือนก่อน

      Sorry I was tired by that point in the editing process and didn't check that the overlay made any sense

  • @ajinkyax
    @ajinkyax 6 หลายเดือนก่อน

    Hi Tim, nice vscode theme you have :) and a great topic

    • @timClicks
      @timClicks  6 หลายเดือนก่อน +1

      Thanks! I am slowly tweaking it over time and will publish it when I am finally satisfied 😅

    • @ajinkyax
      @ajinkyax 6 หลายเดือนก่อน

      @@timClicks also can you guess why vscode auto import not working on Ubuntu ? I have same extensions on windows and mac it works there.

    • @timClicks
      @timClicks  6 หลายเดือนก่อน +1

      It sounds like it's misconfigured. Check your settings, making sure that VS Code has the correct path to rust-analyzer. Also ensure that the project directory is in the workspace.

    • @ajinkyax
      @ajinkyax 6 หลายเดือนก่อน

      @@timClicks thanks again

  • @timClicks
    @timClicks  6 หลายเดือนก่อน +2

    Weird editing fail at 01:27 🤦‍♂

  • @abdlhamidwaziz9164
    @abdlhamidwaziz9164 6 หลายเดือนก่อน

    Hi tim 🖐

    • @timClicks
      @timClicks  6 หลายเดือนก่อน +1

      Hi! 👋 I hope that you are enjoying the channel and learning from the content

    • @abdlhamidwaziz9164
      @abdlhamidwaziz9164 6 หลายเดือนก่อน

      @@timClicks ❤ yes