wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Z3R0 D4Y - Cap

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

What service runs on port 21?

a)

ssh

b)

ftp

c)

http

d)

telnet

2.

IDOR Stands for

a)

Insecure Direct Object Reference

b)

Insecure Database Organization Relation

c)

InDirect Object Reference

d)

None

3.

What type of file was downloaded using IDOR?

a)

.php

b)

.html

c)

.pcap

d)

.sh

4.

In which tool the downloaded file was analyzed?

a)

BurpSuite

b)

Binwalk

c)

Wireshark

d)

JohnTheRipper

5.

Which enumeration script was used to find the vulnerability in the system for privilege escalation?

6.

What was the vulnerable Python version?

a)

Python2.9

b)

Python3.1

c)

Python3.7

d)

Python 3.8

7.

Which python method was used to escalate the privilege?

a)

os.setuid()

b)

os.capuid()

c)

os.getid()

d)
8.

What’s the UID for root in Linux?

a)

1

b)

19

c)

101

d)

0

9.

Which module was imported to execute the command using python3.8?

a)

ps

b)

os

c)

pty

d)

re

10.

Who is the user with the higher privileges?

a)

nathan

b)

root

c)

www-data

d)

admin