Skip to content

Case‐Insensitivity of Flag Values

Nikos Vourdas edited this page Jan 19, 2025 · 3 revisions

About

ℹ️ Supernova is built to accept case-insensitive values for various command-line flags. The following table shows which command-line flags accept case-insensitive values:

Flag Value case-insensitive
-enc
-input
-key Integer
-lang
-obf
-output
-var

Usage Example

ℹ️ The following example illustrates how an adversary uses RC4 encryption with the Nim language option. However, the -enc flag value is rC4 and the -lang flag value is NiM. The process will execute successfully:

./Supernova -input <path_to_raw_payload_file> -enc rC4 -lang NiM

Outcome:

Case-Insensitve Example

Clone this wiki locally