| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
We created this aggressor script in order to automate the generation of payloads using the GadgetToJScript technique.
For the purposes of this release, we used a common injector that implements the QueueUserAPC injection method and injects to notepad.exe.
Feel free to use your own templates.
Additionally, the shellcode generated is compressed before being used in the injector template.
$toolpath = "/opt/cobaltstrike/custom/AggressiveGadgetToJScript"; $outpath = "/tmp/payloads"; $python3 = "/usr/bin/python3"; $gzip = "/usr/bin/gzip"; $mcs = "/usr/bin/mcs";
This tool is based on:
Original code of GadgetToJScript from @med0x2e - https://github.com/med0x2e/GadgetToJScript
Sample Injector used from @pwndizzle - https://github.com/pwndizzle/c-sharp-memory-injection/blob/master/apc-injection-new-process.cs
| Back | FazBrowse Home | New Git URL |