Upload files to "TTPs/Persistence"
This commit is contained in:
@ -1,17 +1,7 @@
|
||||
from Modules.Imports.ttp_imports import *
|
||||
|
||||
def autostart_submenu():
|
||||
"""
|
||||
Submenu for Autostart Persistence Indicators.
|
||||
"""
|
||||
actions = {
|
||||
"1": {"description": "Registry Run Keys", "function": registry_run_keys},
|
||||
"2": {"description": "Winlogon Userinit", "function": winlogon_userinit},
|
||||
"3": {"description": "Startup Folder", "function": startup_folder},
|
||||
"4": {"description": "Investigative Notes", "function": investigative_notes},
|
||||
"4": {"description": "Autostart Extra", "function": autostart_extra},
|
||||
}
|
||||
build_submenu("Autostart Persistence", actions)
|
||||
build_submenu("Autostart Persistence", module=globals())
|
||||
|
||||
def registry_run_keys():
|
||||
"""
|
||||
|
Reference in New Issue
Block a user