Skip to content

Commit

Permalink
README: update Windows capture instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed Sep 9, 2024
1 parent 1c88467 commit dab375b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ application using the two following commands:
> ```bash
> ssh [email protected] tcpdump -i game -n -w - 'tcp port not 22' | tcpdump -n -r - -G 30 -w input_pcaps/trace-%Y-%m-%d_%H-%M-%S.pcap
> ```
> For a Microsoft Windows system, you may adapt the following command (3389 is RDP):
> For a Microsoft Windows system, you may run the following command (3389 is RDP) inside a PowerShell console:
> ```powershell
> .\tshark.exe -b duration:60 -w \\share\captures\trace -f "tcp port not 3389"
> &'C:\Program Files\Wireshark\tshark.exe' -i game -w Z:\ -f "tcp port not 3389" -b duration:60
> ```
> [!WARNING]
Expand Down

0 comments on commit dab375b

Please sign in to comment.