Results 1 to 10 of 13

Thread: Attack on server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by DaWe View Post
    Hello, I'm not home right now.. I will test it tomorrow and let u know if it helped. Thanks
    You can also dump part of the traffic to a file and analyse it using Wireshark.
    Then you can find out with what kind of traffic your server is flooded with.

    PHP Code:
    tcpdump -G 60 -W 1 -i eth0 'port 28960' -w output.pcap 

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by Mitch View Post
    You can also dump part of the traffic to a file and analyse it using Wireshark.
    Then you can find out with what kind of traffic your server is flooded with.

    PHP Code:
    tcpdump -G 60 -W 1 -i eth0 'port 28960' -w output.pcap 
    does that capture udp?
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  3. #3
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by IzNoGoD View Post
    does that capture udp?
    Yes, the name is misleading.

    https://en.wikipedia.org/wiki/Tcpdump
    It allows the user to display TCP/IP and other packets being transmitted or received over a network to which the computer is attached.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •