📚 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") ;} }
- Buffer Overflow
- Command Injection
- CSRF
- XSS
- XST