From fa355e181033eb4868dd8b0ac1bc60bf0d173b7c Mon Sep 17 00:00:00 2001 From: doomedraven Date: Tue, 3 Feb 2026 12:08:20 +0100 Subject: [PATCH 01/17] linux options --- web/templates/submission/index.html | 207 +++++++++++++++++++++++++++- 1 file changed, 204 insertions(+), 3 deletions(-) diff --git a/web/templates/submission/index.html b/web/templates/submission/index.html index b3ce36778a9..e42f6781813 100644 --- a/web/templates/submission/index.html +++ b/web/templates/submission/index.html @@ -270,11 +270,212 @@
Advance {% if config.linux_on_gui %} +
- +
+ + +
+
+
+
+ + Syntax: option1=val1,option2=val2 +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionDescription
filenameRename the sample file
fileWhen using the archive package, set the name of the file to execute
passwordWhen using the archive package, set the password to use for extraction/decryption. Also used when analyzing password-protected Office documents.
argumentsArguments to be passed to the sample (or opened file, if applicable)
timeoutAnalysis timeout (in seconds)
enforce_timeoutEnforce the timeout even if the process finishes early
clockSet the VM clock (YYYYMMDDhhmm or seconds since epoch)
packageAnalysis package to use
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionDescription
freeRun analysis without the monitor (no behavioral analysis)
procmemdumpDump process memory
simul_humanSimulate human interaction (mouse movements, clicks)
human_click_intervalInterval between simulated clicks
human_mouse_speedSpeed of simulated mouse movements
+
+
+ +
+
+ + + + + + + + + + + + + + + + + +
OptionDescription
enable_syslogEnable syslog capturing
syslog_portPort for syslog capturing (default: 514)
+
+
+ +
+
+ + + + + + + + + + + + + +
OptionDescription
memoryDump full VM memory
+
+
+ +
+
+ + + + + + + + + + + + + +
OptionDescription
debugEnable debugging features
+
+
+
+ +
+
{% endif %} From 6c76e480214a4e047ddc7b1ceec10fcfefa6474f Mon Sep 17 00:00:00 2001 From: doomedraven Date: Tue, 3 Feb 2026 12:09:27 +0100 Subject: [PATCH 02/17] Update index.html --- web/templates/submission/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/templates/submission/index.html b/web/templates/submission/index.html index e42f6781813..3f632e26055 100644 --- a/web/templates/submission/index.html +++ b/web/templates/submission/index.html @@ -848,8 +848,7 @@
Advance {% endif %}
- +
From 53d50fcbfdd8206098b436ddf63b1a9a4f79179f Mon Sep 17 00:00:00 2001 From: doomedraven Date: Tue, 3 Feb 2026 12:34:56 +0100 Subject: [PATCH 03/17] Update index.html --- web/templates/submission/index.html | 109 +++++++++++----------------- 1 file changed, 41 insertions(+), 68 deletions(-) diff --git a/web/templates/submission/index.html b/web/templates/submission/index.html index 3f632e26055..f66c006ad5a 100644 --- a/web/templates/submission/index.html +++ b/web/templates/submission/index.html @@ -275,15 +275,16 @@
Advance
+ id="form_lin_options" name="lin_options" placeholder="option1=val1,option2=val2" />
- + Syntax: option1=val1,option2=val2
+
- @@ -490,10 +463,12 @@
Advance
-
- - Syntax: option1=val1,option2=val2 -
+
+ + Syntax: option1=val1,option2=val2 +
+
- - - - - - -
+
+ + + +