8000 GitHub - PNP-MA/Shellcode-Injector_js: Injecting shellcode to VBA and JS format
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PNP-MA/Shellcode-Injector_js

 
 

Repository files navigation

License: MIT Follow @JimKwik_X

Shellcode-Injector

Info:

A Shellcode injector that bypasses Attack Surface Reduction (ASR) rule of blocking arbitrary code execution. This script was created from the knowledge gained from RTO2 Course.

Overview:

This injector uses QueueUserAPC function to inject shellcode from C2s such as Cobalt Strike in to a system process. This injector currently injecting to calc.exe calculator but users can change any processes they want. User should use a convertor such as GadgetToJScript to convert to VBA, JS, or HTA etc formats then execute it to bypass detections. User may also need to tweak APIs to bypass detection depends on the target they want to bypass.

DEMO

  1. Generate shellcode in C# format and add to the injector, then use GadgetToJScript to convet it to Js format then execute.

exeucte

Cobalt Strike received a beacon cs

  1. Geneate a VBA format and inject to Word Macros

VBA Macros

Cobalt Strike received a beacon beacon

About

Injecting shellcode to VBA and JS format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%
0