NEW

Summary

Directory Structure

Directory structure:
└── googleboy-byte-nids_python/
    ├── README.md
    ├── custom_ids.py
    ├── rules.txt
    ├── NIDS_python-main/
    │   ├── README.md
    │   ├── custom_ids.py
    │   ├── nids_eel.py
    │   ├── rules.txt
    │   ├── show_packetdat.py
    │   ├── nidsshowpacket/
    │   │   ├── index.html
    │   │   ├── script.js
    │   │   └── styles.css
    │   ├── nidsweb/
    │   │   ├── index.html
    │   │   ├── script.js
    │   │   └── styles.css
    │   ├── temp/
    │   │   ├── decrypthttp2.py
    │   │   ├── showpackettemp/
    │   │   │   └── EtherIPv6UDPfe801e61b4fffe08d97638322_ff02cssdpRaw.json
    │   │   ├── tcpflowdump/
    │   │   │   └── nothing.txt
    │   │   └── temppackets/
    │   │       └── 103257EtherIPTCP2019811984https_192168020852587PARawMSGINCOMINGHOMENETRANGEREAD.pkt
    │   └── yararules/
    │       └── rules1.yara
    ├── temp/
    │   ├── decrypthttp2.py
    │   └── tcpflowdump/
    │       └── nothing.txt
    └── yararules/
        └── rules1.yara

Files Content