Experiment-1.1 7284

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

WEB & MOBILE SECURITY LAB

20CSP-338
Submitted for the requirement of

Lab Course

Bachelor Degree of Engineering

COMPUTER SCIENCE & ENGINEERING

Submitted to: Submitted By:


Er. Jayesh Surana Aniket Sugara
20BCS7284

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING


CHANDIGARH UNIVERSITY, GHARUAN
August-December 2022

Aniket Sugara
20BCS7284
LAB INDEX

Sr. Evaluation
No Program Date LW VV FW Total Sign
(12) (8) (10) (30)

1. Identity Http packet on Wireshark. 04/08/2022

2. Working of HTML injection and CSS attack. 11/08/2022

3. Working of CSRF attack. 25/08/2022

ii Aniket Sugara
20BCS7284
EXPERIMENT NO. 1.1

1. Aim:
Identify Http packet on Wireshark.

2. Objectives:
To analyze http traffic.

3. Software/Hardware Requirement:
Windows 7 and above

4. Tools to be used:
a) Wireshark packet sniffer and packet capture library.
b) Microsoft word.
c) Win zip as necessary.

5. Introduction:
Wireshark is a network protocol analyzer, or an application that captures packets from a network connection,
such as from your computer to your home office or the internet. Packet is the name given to a discrete unit of
data in atypical Ethernet network. Wireshark is the most often-used packet sniffer in the world.
It is used to track the packets so that each one is filtered to meet our specific needs. It is commonly called as a
sniffer, network protocol analyzer, and network analyzer. It is also used by network security engineers to
examine security problems.
Wireshark is a free to use application which is used to apprehend the data back and forth. It is often called as a
free packet sniffer computer application. It puts the network card into an unselective mode, i.e., to accept all
the packets which it receives.

6. Step/Method/coding:
a) Open your browser2.Install Wireshark 3.open Wireshark
b) Click on “capture>Interfaces” a popup window will display.
c) You will want to capture traffic that goes through your Ethernet driver
d) Visit the URL that you wanted to capture the traffic form.

1
Aniket Sugara
20BCS7284
e) Go back to your Wireshark screen and press ctrl+E.

7. Implementation/Output:

Fig. 1.1.1 Wireshark screen interface

Fig. 1.1.2 Wireshark packet monitoring

2 Aniket Sugara
20BCS7284
Fig. 1.1.3 Command Prompt to check the IP address

3 Aniket Sugara
20BCS7284

You might also like