nerdexam
CompTIA

220-1102 · Question #448

Which of the following involves sending arbitrary characters in a web page request?

The correct answer is C. XSS. Sending arbitrary characters in a web page request to exploit vulnerabilities is a hallmark of Cross-Site Scripting (XSS) attacks.

Security

Question

Which of the following involves sending arbitrary characters in a web page request?

Options

  • ASMS
  • BSSL
  • CXSS
  • DVPN

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    88% (28)
  • D
    3% (1)

Why each option

Sending arbitrary characters in a web page request to exploit vulnerabilities is a hallmark of Cross-Site Scripting (XSS) attacks.

ASMS

SMS (Short Message Service) is a text messaging service for mobile phones and is unrelated to web page requests or injection attacks.

BSSL

SSL (Secure Sockets Layer) is a protocol for establishing authenticated and encrypted links between networked computers, used for secure communication, not for sending arbitrary characters in an attack.

CXSSCorrect

Cross-Site Scripting (XSS) attacks involve injecting malicious scripts, often containing arbitrary characters or code, into otherwise benign and trusted websites. When a user visits the compromised page, these scripts are executed in their browser, potentially stealing cookies, session tokens, or other sensitive information.

DVPN

A VPN (Virtual Private Network) provides a secure, encrypted tunnel over a public network, but it does not inherently involve sending arbitrary characters in web requests as an attack vector.

Concept tested: Web application attack types - XSS

Source: https://learn.microsoft.com/en-us/defender-for-cloud/recommendations/recommendation-details/270

Topics

#XSS#Web vulnerability#Injection attack#Client-side script

Community Discussion

No community discussion yet for this question.

Full 220-1102 Practice