Advertisement
oriori1703

calc.hta

Jun 27th, 2019
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.14 KB | None | 0 0
  1. <HTML>
  2.  
  3. <HEAD>
  4.     <script>
  5.     var r = new ActiveXObject("WScript.Shell").Run("calc.exe");
  6.     close();
  7.     </script>
  8. </HEAD>
  9. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement