Updated to include C# Implant Shellcode size
parent
45a449b4fb
commit
ba1b9ab03b
|
@ -524,7 +524,7 @@ def runcommand(command, randomuri):
|
|||
check_module_loaded("Get-ProcessList.dll", randomuri)
|
||||
new_task(command,randomuri)
|
||||
|
||||
elif "seatbelt" in command.lower():
|
||||
elif "seatbelt " in command.lower():
|
||||
check_module_loaded("Seatbelt.exe", randomuri)
|
||||
new_task(command,randomuri)
|
||||
|
||||
|
|
10
Payloads.py
10
Payloads.py
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue