Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions web/templates/submission/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h5 class="mb-0 text-white"><i class="fas fa-cogs me-2 text-primary"></i>Advance
<div id="optionwindowshelp" class="collapse mt-2">
<div class="card card-body bg-dark p-2 border-secondary">
<div class="mb-3">
<input type="text" class="form-control bg-dark text-white border-secondary" id="optionsSearch" placeholder="Search options..." onkeyup="filterOptions()">
<input type="text" class="form-control bg-dark text-white border-secondary" id="optionsSearch" placeholder="Search options..." onkeyup="filterOptions()" />
<small class="text-white-50">Syntax: option1=val1,option2=val2</small>
</div>
<ul class="nav nav-tabs border-secondary mb-3" id="optionsHelpTabs" role="tablist">
Expand Down Expand Up @@ -524,15 +524,15 @@ <h5 class="mb-0 text-white"><i class="fas fa-cogs me-2 text-primary"></i>Advance
<div class="mb-3 mt-3">
<label class="text-white-50">Pre-Execution Script</label>
<input type="file" class="form-control border-secondary"
id="preScript" name="pre_script">
id="preScript" name="pre_script" />
</div>
{% endif %}

{% if config.during_script %}
<div class="mb-3">
<label class="text-white-50">During-Execution Script</label>
<input type="file" class="form-control border-secondary"
id="duringScript" name="during_script">
id="duringScript" name="during_script" />
</div>
{% endif %}
<div class="mb-3">
Expand All @@ -552,54 +552,54 @@ <h5 class="mb-0 text-white"><i class="fas fa-cogs me-2 text-primary"></i>Advance
<div class="col-md-6">
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="process_dump"
name="process_dump">
name="process_dump" />
<label class="form-check-label" for="process_dump">Disable process
dumps</label>
</div>
{% if config.procmemory %}
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="process_memory"
name="process_memory">
name="process_memory" />
<label class="form-check-label" for="process_memory">Full process
memory dumps</label>
</div>
{% endif %}
{% if config.amsidump %}
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="amsidump"
name="amsidump">
name="amsidump" />
<label class="form-check-label" for="amsidump">AMSI dumps <small
class="text-white-50">(Win10+)</small></label>
</div>
{% endif %}
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input"
id="import_reconstruction" name="import_reconstruction">
id="import_reconstruction" name="import_reconstruction" />
<label class="form-check-label" for="import_reconstruction">Import
reconstruction</label>
</div>
{% if config.memory %}
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="memory"
name="memory">
name="memory" />
<label class="form-check-label" for="memory">Full Memory Dump <small
class="text-white-50">(Volatility)</small></label>
</div>
{% endif %}
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="enforce_timeout"
name="enforce_timeout">
name="enforce_timeout" />
<label class="form-check-label" for="enforce_timeout">Enforce
Timeout</label>
</div>
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="free"
name="free">
name="free" />
<label class="form-check-label" for="free">No monitoring</label>
</div>
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="unpacker"
name="unpacker">
name="unpacker" />
<label class="form-check-label" for="unpacker">Active
Unpacking</label>
</div>
Expand All @@ -608,58 +608,58 @@ <h5 class="mb-0 text-white"><i class="fas fa-cogs me-2 text-primary"></i>Advance
<div class="col-md-6">
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="syscall"
name="syscall" checked>
name="syscall" checked />
<label class="form-check-label" for="syscall">Syscall hooks <small
class="text-white-50">(Win10+)</small></label>
</div>
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="norefer"
name="norefer">
name="norefer" />
<label class="form-check-label" for="norefer">No Fake
Referrer</label>
</div>
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="nohuman"
name="nohuman">
name="nohuman" />
<label class="form-check-label" for="nohuman">Disable
interaction</label>
</div>
{% if config.interactive_desktop %}
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="interactive"
name="interactive">
name="interactive" />
<label class="form-check-label" for="interactive">Interactive
Desktop</label>
</div>
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="manual"
name="manual" disabled>
name="manual" disabled />
<label class="form-check-label" for="manual">Manual
Detonation</label>
</div>
{% endif %}
{% if config.kernel %}
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="kernel_analysis"
name="kernel_analysis">
name="kernel_analysis" />
<label class="form-check-label" for="kernel_analysis">Kernel
Analysis (zer0m0n)</label>
</div>
{% endif %}
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="static_config"
name="static">
name="static" />
<label class="form-check-label" for="static_config">Try to extract config without VM <small class="text-white-50">(Submit to VM if not extracted)</small></label>
</div>
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="oldloader"
name="oldloader">
name="oldloader" />
<label class="form-check-label" for="oldloader">Thread-based
monitor</label>
</div>
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="screenshots_qr"
name="screenshots_qr">
name="screenshots_qr" />
<label class="form-check-label" for="screenshots_qr">QR URL extraction <small class="text-white-50">(Extract and open URLs from QR codes in screenshots)</small></label>
</div>
</div>
Expand Down
Loading