User Tools

Site Tools


linux:tcpdump

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:tcpdump [2024/11/16 18:14] – created - external edit 127.0.0.1linux:tcpdump [2025/10/01 20:36] (current) admin
Line 9: Line 9:
 <code>tcpdump port 22 or port 161 and src <ipadres van bron server> -vvv</code> <code>tcpdump port 22 or port 161 and src <ipadres van bron server> -vvv</code>
 scan verbose op SSH en SNMP verkeer scan verbose op SSH en SNMP verkeer
 +==== ping ====
 +<code>tcpdump -i <NIC> host <dest> and icmp</code>
 +==== netwerk ====
 +<code>tcpdump -i <NIC> net <CDR></code>
 +
 +==== WinDump ====
 +  * Windows equivalent, beschikbaar op [[https://www.winpcap.org/windump/install/|WinDump website]]
  
  
 ===== meer info ===== ===== meer info =====
   * [[https://danielmiessler.com/study/tcpdump/|TCPdump primer]]   * [[https://danielmiessler.com/study/tcpdump/|TCPdump primer]]
 +  * [[https://linuxconfig.org/how-to-use-tcpdump-command-on-linux|tcpdump command line examples]]
 {{tag>Linux}} {{tag>Linux}}
  
linux/tcpdump.1731780894.txt.gz · Last modified: by 127.0.0.1