Skip to content

Instantly share code, notes, and snippets.

View ColstonBod-oy's full-sized avatar
🔍
Internship Hunting

Colston Bod-oy ColstonBod-oy

🔍
Internship Hunting
View GitHub Profile
@githubfoam
githubfoam / tshark cheat sheet
Last active June 16, 2024 09:11
tshark cheat sheet
============================================================================
#Wireshark installation directory: windows
C:\Program Files (x86)\Wireshark>tshark.exe
============================================================================
tshark -D #list of available interfaces
============================================================================
capture
============================================================================
tshark -i 2 #start capturing traffic on interface n°2
tshark -i 2 -a duration:10 #capture for 10 seconds, then stop