wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Ethical Hacking Kali Linux Part 4

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is Wireshark primarily used for?

a)

Editing photos

b)

Encrypting data

c)

Capturing and analyzing network traffic

d)

Creating firewalls

2.

Which layer of the OSI model handles IP addressing?

a)

Application Layer

b)

Transport Layer

c)

Network Layer

d)

Data Link Layer

3.

Which Wireshark filter would you use to show only DNS traffic?

a)

tcp.port==53

b)

dns

c)

udp

d)

icmp

4.

What does the filter ip.addr == 192.168.1.10 do?

a)

Blocks all IPs

b)

Shows only HTTP traffic

c)

Displays all traffic to or from 192.168.1.10

d)

Filters out the IP

5.

Which filter displays HTTP GET and POST requests?

a)

http.request

b)

tcp.getpost

d)

http.request

6.

Why is using Wireshark on a public network a potential privacy risk?

a)

It can damage the router

b)

It blocks network ports

c)

It automatically shares files

d)

It can capture unencrypted traffic including personal data

7.

Which protocol is considered insecure and can reveal passwords in plain text?

a)

HTTPS

b)

FTP

c)

SFTP

d)

SSH

8.

What does Wireshark do with captured traffic?

a)

Encrypts it

b)

Blocks it

c)

Deletes it

d)

Displays it in real time for analysis

9.

Which feature in Wireshark helps extract files from network traffic?

a)

Export Objects

b)

Packet Stream

c)

Trace File

d)

File Cutter

10.

Can Wireshark capture login credentials from unencrypted protocols?

a)

No

b)

Only with root access

c)

Yes

d)

Only from secure websites