We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent301dc6b commita3bb0c8Copy full SHA for a3bb0c8
README.md
@@ -103,6 +103,9 @@ cat ./*.results/active_urls.json | sort | uniq
103
--fake-sample-name Fake file name to use for the sample being analyzed. Can be a full path or just
104
the file name to use. If you have '\' in the path escape them as '\\' in this
105
command line argument value (ex. --fake-sample-name=C:\\foo\\bar.js).
106
+--fake-language Specify the language code to return for Win32_OperatingSystem.OSLanguage.
107
+ Supported values are 'spanish', 'english', and 'portuguese'.
108
+--fake-domain Specify the user domain to return for WScript.Network.UserDomain.
109
--fake-download Fake that HTTP requests work and have them return a fake payload
110
--no-kill Do not kill the application when runtime errors occur
111
--no-echo When the script prints data, do not print it to the console
RELEASE_NOTES.txt
@@ -1,3 +1,15 @@
1
+Version 1.19.27, 11/22/2024
2
+--------------------------
3
+
4
+* Added --fake-language=LANG option for setting the language to return
5
+ for Win32_OperatingSystem.OSLanguage.
6
+* Added --fake-domain=DOM option for setting the domain to return for
7
+ WScript.Network.UserDomain.
8
+* Added tracking for XMLHTTP URLs.
9
+* Added emulation for FileSystemObject::GetFileName().
10
+* Added emulation for WBEMScripting::execQuery().
11
+* Added emulation for navigator.clipboard.writeText().
12
13
Version 1.19.26, 8/13/2024
14
--------------------------
15