wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SC Quiz

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

OWASP Top 10 primarily lists:

a)

Network vulnerabilities

b)

Most critical web application security risks

c)

Operating system flaws

d)

Cryptographic weaknesses

2.

Cross Site Scripting (XSS) mainly allows an attacker to:

a)

Modify database schema

b)

Execute client-side scripts in victim browsers

c)

Bypass firewall rules

d)

Perform buffer overflow

3.

Injection vulnerabilities generally occur due to:

a)

Weak encryption

b)

Improper input validation

c)

Poor session management

d)

Missing TLS

4.

Which HTTP method is most commonly abused for data modification attacks?

a)

GET

b)

HEAD

c)

POST

d)

OPTIONS

5.

SAST tools are primarily used to:

a)

Test running applications

b)

Analyze source code without execution

c)

Scan networks

d)

Capture traffic

6.

DAST tools differ from SAST because they:

a)

Require source code

b)

Test applications in runtime

c)

Perform manual testing only

d)

Focus on database security

7.

Burp Suite is mainly used for:

a)

Malware analysis

b)

Web application security testing

c)

Network routing

d)

Password hashing

8.

Threat risk modelling helps organizations to:

a)

Eliminate all threats

b)

Prioritize risks and controls

c)

Encrypt applications

d)

Patch operating systems

9.

Denial of Service (DoS) attacks primarily affect:

a)

Confidentiality

b)

Integrity

c)

Availability

d)

Authentication

10.

Buffer overflow vulnerabilities are mainly caused by:

a)

Improper memory handling

b)

Weak passwords

c)

Poor encryption

d)

Missing certificates

11.

(Scenario) During testing, user input is directly concatenated into an SQL query. What vulnerability is most likely present?

a)

XSS

b)

SQL Injection

c)

CSRF

d)

DoS

12.

(Scenario) A developer uses only client-side validation for form inputs. What is the primary security concern?

a)

Increased latency

b)

Bypass of validation controls

c)

Poor UI design

d)

Encryption failure

13.

The human side of information security mainly focuses on:

a)

Cryptography

b)

User behavior and awareness

c)

Firewall configuration

d)

Malware analysis

14.

Ethical hacking is best defined as:

a)

Illegal system exploitation

b)

Authorized security testing

c)

Social engineering only

d)

Malware development

15.

(Scenario) An organization performs penetration testing without written permission. What is the legal implication?

a)

No impact

b)

Violation of cyber law

c)

Improved compliance

d)

Reduced risk

16.

The first phase of ethical hacking methodology is:

a)

Exploitation

b)

Reconnaissance

c)

Maintaining access

d)

Reporting

17.

Footprinting mainly aims to:

a)

Launch attacks

b)

Gather target information

c)

Exploit vulnerabilities

d)

Crack passwords

18.

(Scenario) An attacker uses Google advanced queries to find exposed admin pages. This technique is known as:

a)

Port scanning

b)

Google Dorking

c)

Banner grabbing

d)

Enumeration

19.

SYN scan is also referred to as:

a)

Full connect scan

b)

Half-open scan

c)

XMAS scan

d)

FIN scan

20.

Banner grabbing helps attackers to identify:

a)

Encryption keys

b)

Operating systems and services

c)

User passwords

d)

Network topology

21.

Enumeration is the process of:

a)

Gaining initial access

b)

Extracting detailed system information

c)

Launching DoS attacks

d)

Installing malware

22.

(Scenario) A tester captures ARP packets and modifies MAC-IP mappings. Which attack is being performed?

a)

DNS spoofing

b)

ARP poisoning

c)

IP fragmentation

d)

MAC filtering

23.

Password cracking using previously leaked hashes is classified as:

a)

Online active attack

b)

Offline attack

c)

Passive sniffing

d)

Social engineering

24.

Trojans differ from viruses because trojans:

a)

Self-replicate

b)

Disguise as legitimate software

c)

Require host files

d)

Cannot create backdoors

25.

(Scenario) A system shows unexpected outbound connections to unknown IPs after software installation. What is the most likely issue?

a)

Worm infection

b)

Trojan backdoor

c)

Buffer overflow

d)

DNS misconfiguration

26.

Botnets are primarily used to:

a)

Improve routing

b)

Launch large-scale attacks

c)

Encrypt communications

d)

Detect intrusions

27.

Session hijacking mainly targets:

a)

Encryption algorithms

b)

Active user sessions

c)

Password databases

d)

DNS records

28.

WEP is considered insecure mainly due to:

a)

Short IV reuse

b)

Strong encryption

c)

Certificate usage

d)

Multi-factor authentication

29.

(Scenario) A tester captures wireless traffic and cracks WPA using a handshake file. What prerequisite made this possible?

a)

Weak signal strength

b)

Weak passphrase

c)

MAC filtering enabled

d)

Hidden SSID

30.

IDS systems are primarily used to:

a)

Block traffic

b)

Detect malicious activities

c)

Encrypt data

d)

Authenticate users

31.

Honeypots are deployed to:

a)

Replace firewalls

b)

Lure and study attackers

c)

Encrypt traffic

d)

Improve availability

32.

Physical security controls mainly protect against:

a)

Software bugs

b)

Unauthorized physical access

c)

Network sniffing

d)

Data leakage

33.

(Scenario) An attacker gains access by following a person into a secure area without authentication. This is known as:

a)

Shoulder surfing

b)

Tailgating

c)

Dumpster diving

d)

Phishing

34.

Android security model is primarily based on:

a)

Shared user IDs

b)

Application sandboxing

c)

Root privileges

d)

MAC filtering

35.

Android Debug Bridge (ADB) is mainly used for:

a)

Network scanning

b)

Debugging and device communication

c)

Malware encryption

d)

Traffic sniffing

36.

(Scenario) A rooted Android device allows apps unrestricted access. What security control is bypassed?

a)

Encryption

b)

Sandbox isolation

c)

TLS

d)

Code signing

37.

OWASP Top 10 Mobile highlights risks related to:

a)

Desktop applications

b)

Mobile application vulnerabilities

c)

Network routing

d)

Cryptographic standards

38.

Mobile malware primarily spreads through:

a)

Secure app stores only

b)

Malicious apps and links

c)

Hardware defects

d)

Firmware updates

39.

(Scenario) An Android app stores sensitive data in plain text on external storage. Which vulnerability does this represent?

a)

Insecure data storage

b)

Code obfuscation

c)

Root detection

d)

Secure communication

40.

Social engineering attacks primarily exploit:

a)

Cryptographic flaws

b)

Human trust and behavior

c)

Network vulnerabilities

d)

Software bugs