Updated to include C# Implant Shellcode size

chunking
benpturner 2018-12-27 13:35:38 +00:00
parent 45a449b4fb
commit ba1b9ab03b
2 changed files with 6 additions and 6 deletions

View File

@ -524,7 +524,7 @@ def runcommand(command, randomuri):
check_module_loaded("Get-ProcessList.dll", randomuri) check_module_loaded("Get-ProcessList.dll", randomuri)
new_task(command,randomuri) new_task(command,randomuri)
elif "seatbelt" in command.lower(): elif "seatbelt " in command.lower():
check_module_loaded("Seatbelt.exe", randomuri) check_module_loaded("Seatbelt.exe", randomuri)
new_task(command,randomuri) new_task(command,randomuri)

File diff suppressed because one or more lines are too long