ddosmonit

- distributed denial of service (ddos) monitor
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

README.md (1554B)

      1 # DDoS Monit
      2 
      3 ## Description
      4 This Packet Analysis Tool is designed to capture and analyze network packets in real-time. It provides detailed insights into the traffic flowing through a network interface, including information about protocols, IP addresses, port numbers, packet length, Time-To-Live (TTL), window size, and checksum validation. This tool is particularly useful for network debugging, security analysis, and traffic monitoring.
      5 
      6 ## Features
      7 - Real-time packet capturing on specified network interfaces.
      8 - Supports analysis of TCP, UDP, and ICMP protocols.
      9 - Displays packet details such as source/destination IP, source/destination port, packet length, and TTL.
     10 - Identifies and displays printable payloads in network traffic.
     11 - JSON packet logs for deep analysis.
     12 
     13 ## Usage
     14 | Argument | Description                                                 |
     15 | -------- | ----------------------------------------------------------- |
     16 | `-d`     | Specify the network device to monitor *(e.g., eth0)*.       |
     17 | `-c`     | Set the packets-per-second threshold for logging.           |
     18 | `-x`     | Provide a comma-separated list of IPs and ports to exclude. |
     19 | `-i`     | Provide a comma-separated list of IPs and ports to include. |
     20 
     21 ___
     22 
     23 ###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/ddosmonit) • [SuperNETs](https://git.supernets.org/acidvegas/ddosmonit) • [GitHub](https://github.com/acidvegas/ddosmonit) • [GitLab](https://gitlab.com/acidvegas/ddosmonit) • [Codeberg](https://codeberg.org/acidvegas/ddosmonit)