Information Security and Web Vulnerabilities

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Identify vulnerability for code below Class Execclass { public static void main (String args []) { Runtime rt = Runtime.getRuntime (); Process proc = rt.exec ("cmd.exe /C") ;} }

  1. Buffer Overflow
  2. Command Injection
  3. CSRF
  4. XSS
  5. XST
Change Mode