hark130 / Cautious_Cudgel

Utilizing pyshark to inspect traffic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cautious_Cudgel

Utilizing pyshark to inspect traffic

REFERENCES

SETUP

  • apt install tshark
  • pip3 install pyshark==0.3.6.2
  • chmod u+s /usr/bin/dumpcap
  • python cautious_cudgel.py

FACTS

  • Uses TCP and UDP ports 44818 (I/O messages)
  • Uses TCP and UDP ports 2222 (implicit and explicit messaging on client/server messaging)
  • Wireshark filters for session handle
    • enip.session
    • enip.command

About

Utilizing pyshark to inspect traffic

License:MIT License


Languages

Language:Python 100.0%