You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wireshark includes **sshdump**, an extcap utility that captures packets from remote hosts over SSH directly within Wireshark's interface. This is the recommended cross-platform approach.
84
+
85
+
Open Wireshark and look for **SSH remote capture** interfaces in the interface list. Double-click to configure:
86
+
| Setting | Value |
87
+
|---------|-------|
88
+
| Remote SSH server address |`hackiebox`|
89
+
| Remote SSH server port |`22`|
90
+
| Remote interface |`ens19`|
91
+
| Remote capture command |`tcpdump`|
92
+
| Use sudo on the remote machine | enable |
93
+
| Remote capture filter |`not port 22`|
94
+
| Path to SSH private key |`~/.ssh/wireshark_capture`|
-[Video tutorial: Remote Packet Capture with Wireshark](https://www.youtube.com/watch?v=jYuHS-2g0BM)
98
+
99
+
### Using pipes (alternative)
73
100
I suggest you to ssh once into your machine to confirm the signature. Then you can run wireshark over the command and then enter the password to start tcpdump
0 commit comments