mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 13:58:37 +00:00
Update cheatsheets
This commit is contained in:
@@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo tcpdump host {{www.example.com}}`
|
||||
|
||||
- Capture the traffic from a specific interface, source, destination and destination port:
|
||||
- Capture the traffic from a specific interface, source, destination, and destination port:
|
||||
|
||||
`sudo tcpdump {{[-i|--interface]}} {{eth0}} src {{192.168.1.1}} and dst {{192.168.1.2}} and dst port {{80}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user