StarFighters: JavaScript and VBScript Based Empire Launcher
by
do son
·
Published July 13, 2017
· Updated November 4, 2024
A JavaScript and VBScript Based Empire Launcher – by Cn33liz 2017
Both Launchers run within their own embedded PowerShell Host, so we don’t need PowerShell.exe. This might be useful when a company is blocking PowerShell.exe and/or is using an Application Whitelisting solution, but does not block running JS/VBS files.
Empire PowerShell Host build by Cn33liz and embedded within JavaScript using DotNetToJScript from James Forshawhttps://github.com/tyranid/DotNetToJScript
Download
git clone https://github.com/Cn33liz/StarFighters.git
Usage
Usage:
* Setup a new Listener within PowerShell Empire.
* Use the Launcher command to Generate a PowerShell launcher for this listener.
* Copy and Replace the Base64 encoded Launcher Payload within the StarFighter JavaScript or VBScript file.
* For the JavaScript version use the following Variable:
var EncodedPayload = "<Paste Encoded Launcher Payload Here>"
* For the VBScript version use the following Variable:
Dim EncodedPayload: EncodedPayload = "<Paste Encoded Launcher Payload Here>"
* Then run: wscript.exe StarFighter.js or StarFighter.vbs on Target, or DoubleClick the launchers within Explorer.
Source: Github
Tags: empire empire powershell