1 / 10

ITIS3100 By Fei Xu

ITIS3100 By Fei Xu. Acknowledge. This document is basically a digest from “Wireshark User's Guide 25114 for Wireshark 1.0.0” You can download the software and document at http://www.wireshark.org/ http://wiki.wireshark.org

eudora
Télécharger la présentation

ITIS3100 By Fei Xu

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ITIS3100 By Fei Xu

  2. Acknowledge • This document is basically a digest from “Wireshark User's Guide 25114 for Wireshark 1.0.0” • You can download the software and document at http://www.wireshark.org/ • http://wiki.wireshark.org • All logos and trademarks in this document are property of their respective owner.

  3. What is Wireshark? • Wireshark is a network packet/protocol analyzer. • A network packet analyzer will try to capture network packets and tries to display that packet data as detailed as possible. • Wireshark is perhaps one of the best open source packet analyzers available today for UNIX and Windows.

  4. Some intended purposes • network administrators use it to troubleshoot network problems • network security engineers use it to examine security problems • developers use it to debug protocol implementations • people use it to learn network protocol internals • Wireshark isn't an intrusion detection system. • Wireshark will not manipulate things on the network, it will only "measure" things from it.

  5. Install under Windows • Download • Install

  6. Install under Debian/ Ubuntu • # apt-get install wireshark

  7. Configuration This checkbox allows you to specify that Wireshark should put the interface in promiscuous mode when capturing. If you do not specify this, Wireshark will only capture the packets going to or from your computer (not all packets on your LAN segment).

  8. IMPORTANT • TURN PROMISCUOUS MODE OFF! • IF YOU'RE AT WORK, YOUR NETWORK ADMINISTRATOR MAY SEE YOU RUNNING IN PROMISCUOUS MODE AND SOMEBODY MAY DECIDE TO FIRE YOU FOR THAT.

  9. Live Demo • HTTP • DNS • ARP Photo credit: Jeff Kubina

  10. More resource • http://wiki.wireshark.org • http://wiki.wireshark.org/SampleCaptures • Search “wireshark tutorial”

More Related