wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

sc_2

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Which HTTP method is primarily vulnerable to parameter tampering?

a)

GET

b)

POST

c)

PUT

d)

HEAD

2.

Stored XSS differs from Reflected XSS because:

a)

It executes faster

b)

It requires user interaction

c)

Payload is stored on server-side

d)

It uses JavaScript only

3.

Which vulnerability occurs when user input directly modifies backend SQL logic?

a)

XSS

b)

CSRF

c)

SQL Injection

d)

Command Injection

4.

Which HTTP header reveals browser and OS details?

a)

Host

b)

Referer

c)

User-Agent

d)

Cookie

5.

Burp Suite’s Repeater is mainly used for:

a)

Automated scanning

b)

Manual request manipulation

c)

Credential brute force

d)

Session hijacking

6.

Which attack abuses trust between browser and server without stealing credentials?

a)

XSS

b)

CSRF

c)

SQL Injection

d)

Clickjacking

7.

Which testing technique analyzes source code without executing it?

a)

DAST

b)

SAST

c)

Fuzzing

d)

Runtime testing

8.

Which vulnerability arises due to improper input validation length?

a)

SQL Injection

b)

XSS

c)

Buffer Overflow

d)

CSRF

9.

Which HTTP response code indicates unauthorized access?

a)

200

b)

302

c)

401

d)

403

10.

Which vulnerability cannot be detected by purely static analysis?

a)

Hardcoded credentials

b)

Logic flaws

c)

Runtime authentication bypass

d)

Insecure functions

11.

Passive footprinting avoids:

a)

DNS queries

b)

WHOIS lookups

c)

Network packets to target

d)

Search engines

12.

Which tool maps organizational exposure without touching target systems?

a)

Nmap

b)

Nessus

c)

Netcraft

d)

Metasploit

13.

Which scan type sends packets without completing TCP handshake?

a)

Connect scan

b)

SYN scan

c)

ACK scan

d)

Window scan

14.

Which scan is used to identify firewall rules?

a)

SYN scan

b)

FIN scan

c)

ACK scan

d)

XMAS scan

15.

An ACK scan primarily determines:

a)

Open ports

b)

Closed ports

c)

Filtered vs unfiltered

d)

Service versions

16.

Which attack targets ARP tables?

a)

DNS Spoofing

b)

IP Spoofing

c)

ARP Poisoning

d)

MAC Flooding

17.

MAC Flooding mainly causes:

a)

ARP poisoning

b)

Switch to behave like hub

c)

IP conflict

d)

Session hijacking

18.

Which protocol is most vulnerable to sniffing?

a)

HTTPS

b)

SSH

c)

FTP

d)

SFTP

19.

Which tool is commonly used for wireless packet sniffing?

a)

Snort

b)

Wireshark

c)

Metasploit

d)

Burp Suite

20.

Which statement about Wireshark is TRUE?

a)

It performs exploitation

b)

It injects packets

c)

It is a passive analyzer

d)

It cracks encryption

21.

A Trojan differs from a worm because:

a)

Trojans self-replicate

b)

Worms need user execution

c)

Trojans disguise as legitimate software

d)

Worms use backdoors

22.

Which Trojan initiates connection from victim to attacker?

a)

Bind shell

b)

Reverse shell

c)

Netcat listener

d)

Backdoor daemon

23.

Which malware hides within legitimate executables?

a)

Worm

b)

Virus

c)

Trojan

d)

Rootkit

24.

Rootkits are most dangerous because they:

a)

Spread quickly

b)

Modify kernel-level components

c)

Consume memory

d)

Use encryption

25.

Which malware type primarily focuses on persistence, not propagation?

a)

Worm

b)

Virus

c)

Rootkit

d)

Bot

26.

IDS differs from IPS because IDS:

a)

Blocks traffic

b)

Modifies packets

c)

Detects and alerts only

d)

Drops connections

27.

Signature-based IDS fails against:

a)

Known attacks

b)

Replayed traffic

c)

Zero-day attacks

d)

Logged events

28.

Honeypots are primarily used to:

a)

Prevent attacks

b)

Delay attackers

c)

Detect attacker behavior

d)

Encrypt data

29.

Which firewall architecture places public servers in isolation?

a)

Dual-homed firewall

b)

Screened host

c)

Screened subnet

d)

Bastion-only

30.

Bastion host is:

a)

Hidden internal server

b)

Hardened exposed system

c)

IDS appliance

d)

Router firewall

31.

Which wireless attack forces clients to disconnect?

a)

Sniffing

b)

Deauthentication

c)

MAC filtering

d)

Rogue AP

32.

Which encryption does WPA2 use?

a)

TKIP

b)

RC4

c)

AES

d)

DES

33.

Which mobile attack abuses user trust via messages?

a)

Phishing

b)

Smishing

c)

Vishing

d)

Spoofing

34.

Android Debug Bridge (ADB) is mainly used for:

a)

Malware execution

b)

Device rooting

c)

App debugging and control

d)

Network scanning

35.

Rooting an Android device mainly affects:

a)

App performance

b)

Kernel access control

c)

UI customization

d)

Network speed

36.

Which risk assessment is qualitative?

a)

OCTAVE

b)

CRAMM

c)

FMEA

d)

ALE

37.

Principle that assumes everything is denied unless allowed:

a)

Least privilege

b)

Defense in depth

c)

Default deny

d)

Separation of duties

38.

Which control detects incidents?

a)

Preventive

b)

Corrective

c)

Detective

d)

Deterrent

39.

Which policy violation involves misuse of granted rights?

a)

Privilege escalation

b)

Abuse of privilege

c)

Authentication bypass

d)

Authorization failure

40.

Which factor is NOT authentication?

a)

Something you know

b)

Something you have

c)

Something you are

d)

Something you access