packet capture tutorial using tcpdump

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

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

  • @mrd2500
    @mrd2500 4 หลายเดือนก่อน +1

    This was awesome. I’m new to cyber security and have been learning tcpdump on hack the box. It was super helpful to have someone explain the commands and what I’m looking at. Thank you

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

      Awesome, glad the video was useful!

  • @jesseholliday3480
    @jesseholliday3480 ปีที่แล้ว +4

    Love love this video, I am studying for security+ and it's hard to find good study material for the Linux commands. This showed me a little bit of everything, perfect!

    • @BlueMonkey4n6
      @BlueMonkey4n6  ปีที่แล้ว

      So glad that you found this useful! Wishing you a successful and happy 2023!

  • @geoffgold9
    @geoffgold9 9 หลายเดือนก่อน +1

    Thank you for the amazing video!!! Quick Question: How do I get socket:permission you dont have permission fixed? I'm the host and each time I use tcpdump it shows an error.

    • @BlueMonkey4n6
      @BlueMonkey4n6  9 หลายเดือนก่อน

      hmm, hard to answer that question without knowing more about the setup of your system and what you are trying to do. Can you give more information like what distro you are running, and whether it's a VM or Docker or full machine?
      (you do have root access via sudo or directly logging in as root, right?)

  • @luismayorca90
    @luismayorca90 ปีที่แล้ว +1

    hello Sir , thanks for share , I have a wonder for you , I had captured icmp packet in destination whit tcp dump and I had simulated a failure inside de network but I dont see the missed ICMP packets in pcap capture , Do you know how I see that ? thanks in advance.

  • @jimweasel2088
    @jimweasel2088 2 ปีที่แล้ว +3

    “WL blah blah blah” at 02:35 is the best name for a network interface! Hilarious.

    • @BlueMonkey4n6
      @BlueMonkey4n6  2 ปีที่แล้ว

      Yeah, was too lazy to read out the entire name. Thanks for watching and the comment!

  • @fp1036
    @fp1036 3 หลายเดือนก่อน +1

    so good

    • @BlueMonkey4n6
      @BlueMonkey4n6  3 หลายเดือนก่อน

      Appreciate the comment!

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

    How to collect with process id

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

      I dont understand your question. Can you clarify?

  • @khalidkhan-tv2qm
    @khalidkhan-tv2qm ปีที่แล้ว +1

    thanks

  • @johnybonny8262
    @johnybonny8262 ปีที่แล้ว +1

    Thanks ❣️ ... Wl bla bla bla😁

    • @BlueMonkey4n6
      @BlueMonkey4n6  ปีที่แล้ว +1

      Ha ha, glad you enjoyed that!

    • @johnybonny8262
      @johnybonny8262 ปีที่แล้ว +1

      @@BlueMonkey4n6 waiting for more content ❣️

  • @IsaacGoytia-i4b
    @IsaacGoytia-i4b 4 หลายเดือนก่อน +1

    At 1:00 I have a question, what device is this going out to? If I were to do this at my house where I am connected to the WiFi, would I just open the terminal and type tcpdump and I would be able to check the packets sent from a computer in my home to a printer on my network?

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

      If you only have one active interface (wired or wireless) then it would just capture packets on that one. You can use tcpdump -D to see what interfaces you have. Then use tcpdump -i eth0 to capture from a specific interface.

    • @IsaacGoytia-i4b
      @IsaacGoytia-i4b 4 หลายเดือนก่อน

      @@BlueMonkey4n6 thanks man, I really appreciate you exposing that for me, have a good day 🫡