diff --git a/volatility/plugins/windows/vadyarascan.py b/volatility/plugins/windows/vadyarascan.py index 5cab27fa9..354383f19 100644 --- a/volatility/plugins/windows/vadyarascan.py +++ b/volatility/plugins/windows/vadyarascan.py @@ -24,18 +24,6 @@ class VadYaraScan(interfaces.plugins.PluginInterface): description = "Primary kernel address space", architectures = ["Intel32", "Intel64"]), requirements.SymbolRequirement(name = "nt_symbols", description = "Windows OS"), - requirements.BooleanRequirement(name = "all", - description = "Scan both process and kernel memory", - default = False, - optional = True), - requirements.BooleanRequirement(name = "insensitive", - description = "Makes the search case insensitive", - default = False, - optional = True), - requirements.BooleanRequirement(name = "kernel", - description = "Scan kernel modules", - default = False, - optional = True), requirements.BooleanRequirement(name = "wide", description = "Match wide (unicode) strings", default = False,