mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-10-01 01:25:43 -04:00
Merge pull request #111 from I2SAM7/tshark_cheatsheet_update
Adding a new command to the Tshark cheat-sheet
This commit is contained in:
commit
238a022745
@ -1,10 +1,15 @@
|
||||
# Tshark Cheat Sheet
|
||||
|
||||
## List interfaces on which Tshark can capture
|
||||
```
|
||||
tshark -D
|
||||
```
|
||||
|
||||
## Capture Packets with Tshark
|
||||
```
|
||||
tshark -i eth0 -w capture-file.pcap
|
||||
```
|
||||
|
||||
## Read a Pcap with Tshark
|
||||
```
|
||||
tshark -r capture-file.pcap
|
||||
|
Loading…
Reference in New Issue
Block a user