Skip to content
0-harshit-0 edited this page Jun 14, 2022 · 6 revisions

Welcome to the packet-capture wiki!

You can use these commands to operate packet-capture tool on different OS.

Windows Commands

  • Start capturing:
py main.py rem it will continuously capture until ctrl+c is pressed.
  • Filter protocol and capture:
py main.py 6 rem protocol number to filter. In this case, it will only return TCP(6).
Clone this wiki locally