tcpdump

Favourites
153 tcpdump /index.php/content_page/item/153-tcpdump
Voting
Average rating
1 Voto
  • 1
  • 2
  • 3
  • 4
  • 5

tcpdump è un potente analizzatore di pacchetti da riga di comando,  un'utilità di acquisizione del traffico.

È un utile strumento per risolvere i problemi di rete.

Installazione

Installa utilizzando la WUI pakfire oppure tramite la shell come root utilizzando:
pakfire install -y tcpdump

Utilizzo

Non esiste un'interfaccia web per questo componente aggiuntivo.

Per eseguire tcdump, accedere alla shell del sistema con l’utente root, è possibile accedere tramite ssh oppure tramite seriale  

Per ottenere un elenco dei comandi:
tcpdump -h

L'output è simile a questo:

[root@ipfire ~]# tcpdump -h
tcpdump version 4.9.2
libpcap version 1.8.1
OpenSSL 1.1.0j  20 Nov 2018
Usage: tcpdump [-aAbdDefhHIJKlLnNOpqStuUvxX#] [ -B size ] [ -c count ]
        [ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ]
        [ -i interface ] [ -j tstamptype ] [ -M secret ] [ --number ]
        [ -Q in|out|inout ]
        [ -r file ] [ -s snaplen ] [ --time-stamp-precision precision ]
        [ --immediate-mode ] [ -T type ] [ --version ] [ -V file ]
        [ -w file ] [ -W filecount ] [ -y datalinktype ] [ -z postrotate-command ]
        [ -Z user ] [ expression ]

Collegamenti

  • La pagina ufficiale tcpdump
  • Daniel Miessler - A tcpdump Primer     un buon tutorial!
  • Linux by Examples - Simple Usage Of Tcpdump
  • Computer Hope - Linux tcpdump command
  • Tags
    analizzatore | tcpdump