📚 Practice Mode

Information Security and Web Vulnerabilities

Learn at your own pace with hints and detailed explanations

1 / 20
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