How to do Packet Sniffing on Linux (tcpdump) NetBeez Webinar Panos - - PowerPoint PPT Presentation

how to do packet sniffing on linux tcpdump
SMART_READER_LITE
LIVE PREVIEW

How to do Packet Sniffing on Linux (tcpdump) NetBeez Webinar Panos - - PowerPoint PPT Presentation

How to do Packet Sniffing on Linux (tcpdump) NetBeez Webinar Panos Vouzis Co-founder and COO Agenda What is tcpdump? Lab set-up tcpdump usage Output breakdown Saving to file Filtering (host, port, traffic


slide-1
SLIDE 1

How to do Packet Sniffing

  • n Linux (tcpdump)

NetBeez Webinar

slide-2
SLIDE 2

Panos Vouzis Co-founder and COO

slide-3
SLIDE 3

Agenda

  • What is tcpdump?
  • Lab set-up
  • tcpdump usage
  • Output breakdown
  • Saving to file
  • Filtering (host, port, traffic type, etc)
slide-4
SLIDE 4

tcpdump - 1988

  • Print content of network

interface traffic

  • Cousin of Wireshark

sudo apt-get install tcpdump

slide-5
SLIDE 5

Goal of the Webinar

Demonstrate and educate how to do packet sniffing with tcpdump

slide-6
SLIDE 6

tcpdump

  • Free command line tool
  • Supported on Linux, Windows, MAC
slide-7
SLIDE 7

Why use packet capturing?

  • Analyze network problems
  • Debug client/server communication
  • Monitor network activity and utilization
  • Gather network statistics
slide-8
SLIDE 8

Promiscuous Mode

slide-9
SLIDE 9

Host Interface Mode

Network

slide-10
SLIDE 10
slide-11
SLIDE 11

Q&A