GhostDelivery : .VBS Script To Deliver Payload With Persistence

GhostDelivery is a python script to generate obfuscated .vbs script that delivers payload (payload dropper) with persistence and windows antivirus disabling functions.

Heavy

Downloads payload to TEMP directory and executes payload to bypass windows smart screen. Disables Defender,

UAC/user account control, Defender Notifications, injects/creates Command Prompt and Microsoft Edge shortcuts with payload path (%TEMP%/payload.exe) to execute payload when opened, adds a scheduled task called “WindowsDefender” for payload to be run at login and obfuscates the vbs delivery script.

GhostDelivery has a serveo function to deliver obfuscated vbs script.

Also Read – VTHunting : A Tiny Script Used to Generate Report About Virus Total Hunting

Medium

The medium option only delivers/executes payload, creates a scheduled task named “WindowsDefender” to run payload at login for persistence, disables UAC and injects/creates Command Prompt and Microsoft Edge shortcuts with payload path.

Light

The light option only delivers/executes payload, creates a scheduled task named “WindowsDefender” to run payload at login for persistence and injects/creates Command Prompt and Microsoft Edge shortcuts with payload path. Prerequisites/requirements:

*Python 2.7, Modules imported in script. (random, sys, string, os, time, base64)

R K

Recent Posts

ss Command in Linux: Display Socket Statistics and Connections

The ss command in Linux lists open sockets and active network connections. It replaced the deprecated netstat command and…

34 minutes ago

ftp Command in Linux: Connect to Servers and Transfer Files

The ftp command in Linux connects to a remote FTP server and transfers files. FTP transmits everything…

39 minutes ago

lsmod Command in Linux: List and Inspect Kernel Modules

The lsmod command in Linux lists all currently loaded kernel modules. It reads /proc/modules — a virtual file maintained…

44 minutes ago

rename Command in Linux: Batch Rename Files with Perl Regex

The rename command in Linux renames multiple files at once using Perl regular expressions. Unlike mv, which handles…

49 minutes ago

pgrep Command in Linux: Find and Filter Running Processes

The pgrep command in Linux finds the PIDs of running processes based on a name or other…

21 hours ago

unlink Command in Linux: Remove a Single File or Symlink

The unlink command in Linux removes a single file by deleting its directory entry. It is a…

21 hours ago