Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 446 Bytes

0161.md

File metadata and controls

19 lines (16 loc) · 446 Bytes

Consider the following PHP script:

<?= "Welcome, {$_POST['name']}."

What type of attack is possible with this PHP script?

  • A) Cross-site scripting attack
  • B) Replay attack
  • C) session fixation
  • D) SQL injection attack
Answer

Answer: A