Changed README.md
This commit is contained in:
parent
e79591cadf
commit
fa74122660
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
# rwshark
|
||||
|
||||
* Remote Wireshark
|
||||
|
||||
## Usage:
|
||||
|
||||
rwshark <host> <port> <interface>
|
||||
rwshark <user@host> <port> <interface>
|
||||
|
|
2
rwshark
2
rwshark
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Usage:
|
||||
# rwshark <host> <port> <interface>
|
||||
# rwshark <user@host> <port> <interface>
|
||||
|
||||
ssh -p $2 $1 tcpdump -i $3 -U -s0 -w - "not port ${2}" | wireshark -k -i -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue