mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-12-18 10:56:09 +00:00
adding useful tcpdump commands
This commit is contained in:
parent
ee66ef4085
commit
9e5d615eba
@ -9,6 +9,9 @@
|
||||
### Capturing traffic to specific IP address excluding specific subnet
|
||||
`tcpdump -I ethO -tttt dst ip and not net 10.10.10.0/24`
|
||||
|
||||
### Capturing traffic for a specific host
|
||||
`tcpdump host 10.1.1.1`
|
||||
|
||||
### Capturing traffic for a specific subnet
|
||||
`tcpdump net 10.1.1`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user