Computer Hacking Forensic Investigator (CHFI) — Question 48

During an investigation of an XSS attack, the investigator comes across the term "[a-zA-Z0-9\%]+" in analyzed evidence details. What is the expression used for?

Answer options

Correct answer: B

Explanation

The correct answer, B, is accurate because the expression '[a-zA-Z0-9\%]+' is designed to identify alphanumeric characters and the percent sign, which is commonly used in encoding. The other options refer to different aspects of HTML tags that are not relevant to this specific expression.