Packet sniffers

27
Packet Sniffers Prepared By:- M.Ravi Teja Reddy CSE -2 MVSR engineering college

description

Good one for presentation.

Transcript of Packet sniffers

Page 1: Packet sniffers

Packet Sniffers

Prepared By:-

M.Ravi Teja Reddy

CSE -2

MVSR engineering college

Page 2: Packet sniffers

2

Index

Introduction Types of environment Varieties of packet sniffers What is it used for Components Working Applications Disadvantages Types of softwares available

Page 3: Packet sniffers

INTRODUCTION

A packet sniffer is a software application that uses a network adapter card in promiscuous mode to capture all network packets.

The feature of packet sniffers is:- Packet sniffers exploit information passed in clear text. Protocols that pass information in the clear include the following:

Telnet FTP SNMP POP

Host A Host BRouter A Router B

Page 4: Packet sniffers

• 04/13/2023

Varieties of packet sniffers

• Today, sniffers exist in two broad varieties: • The first is a stand-alone product incorporated into a

portable computer • The second is part of a larger package of network-

monitoring hardware and software

• Basically Commercial packet sniffers are used to help maintain networks.

• Underground packet sniffers are used to break into computers.

Page 5: Packet sniffers
Page 6: Packet sniffers

04/13/2023

• Used to debug communication between a client and a server.

• Help in identifying who is communicating with whom and what data is sent and received over the network.

• Used in monitor how a network as used and

also used to monitor network users.

• Used to make network more secure - In order to come through to your network, it must pass through the packet sniffer.

Page 7: Packet sniffers

04/13/2023

• Used in identify network problems before they become serious.

Page 8: Packet sniffers
Page 9: Packet sniffers
Page 10: Packet sniffers
Page 11: Packet sniffers

• This lets the packet sniffers see all data traffic on the network segment to which they're attached

• For this to happen sniffer must be located within the same network block (or net of trust) as the network it is intended to sniff, sniffer could be placed anywhere within that block

Page 12: Packet sniffers
Page 13: Packet sniffers
Page 14: Packet sniffers

Applications:1. Analysing the band with used.

2. Determining the hackers if any are trying to access .

3. Know the ip address of different systems connected to your system

4. Analyse the traffic flowing through the network

Page 15: Packet sniffers

04/13/2023

Disadvantages:-

• Configuring your network device to read all network packets that arrive which might contain trojan horses, you might also open doors to allow intruders access to your confidential data and network files.

Page 16: Packet sniffers

Packet sniffer softwares available in the market are :

1. Wire shark

2. Net stumbler

3.Packet sniffer

4. Microsoft Network Monitor etc..

Page 17: Packet sniffers

• 17

Wire shark :• Wire shark is the world's foremost network protocol

analyzer. • It is the de facto (and often de jure) standard across

many industries and educational institutions.

• It lets you capture the traffic and browse it on a computer network.

• Lets be specific about this software and observe the process ……….

Page 18: Packet sniffers

04/13/2023

Features of Wireshark:

• Available for UNIX and Windows.

• Capture live packet data from a network interface.

• Display packets with very detailed protocol information.

• Saves captured packet data.

• Import and Export packet data from and to a lot of other capture programs.

Page 19: Packet sniffers

04/13/2023

• Filter packets on many criteria.

• Search for packets on many criteria

• Colorize packet display based on filters.

• Create various statistics

Page 20: Packet sniffers

04/13/2023

Wireshark does not provide:

• It will not warn you when someone does strange things on your network that he/she isn't allowed to do. But wireshark might help you figure out what is really going on.

• Wireshark will not manipulate things on the network, it will only "measure" things from it.

Page 21: Packet sniffers
Page 22: Packet sniffers
Page 23: Packet sniffers
Page 24: Packet sniffers

Now its time for us to have a glance at the sample C code of a packet sniffer

Screen shots:

Page 25: Packet sniffers

25

Page 26: Packet sniffers

26

References:-

www.Packet-sniffer.net

www.wireshark.org

www.Wikipedia.org

And many more…

Page 27: Packet sniffers

27

Thank you!!!

Any questions?