How to use tcpdump on windows
Import-Module NetSecurity
Set-NetFirewallRule -DisplayName "File and Printer Sharing (Echo Request - ICMPv4-In)" -enabled True
[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
wget https://www.microolap.com/downloads/tcpdump/tcpdump_trial_license.zip -O tcpdump.zip
Expand-Archive .\tcpdump.zip -DestinationPath tcpdump
Get-ChildItem HKLM:\SYSTEM\CurrentControlSet\Services\vmsmp\parameters\NicList\
.\tcpdump.exe -D
.\tcpdump.exe -i 1
wget -O wireshark.exe https://1.na.dl.wireshark.org/win64/Wireshark-win64-2.6.6.exe
Comments