diff --git a/Help.py b/Help.py index cf0654d..148afd9 100644 --- a/Help.py +++ b/Help.py @@ -54,10 +54,12 @@ listmodule modulesloaded arpscan 172.16.0.1/24 true get-serviceperms c:\\temp\\ -run-dll Seatbelt.Program Seatbelt UserChecks +run-exe Core.Program Core run-exe Rubeus.Program Rubeus asktgt /user:test /rc4:fdfdsfdsfds +run-dll Seatbelt.Program Seatbelt UserChecks start-process net -argumentlist users -inject-shellcode +inject-shellcode c:\\windows\\system32\\svchost.exe +inject-shellcode 1453 kill-implant hide-implant unhide-implant diff --git a/ImplantHandler.py b/ImplantHandler.py index 1e8e88e..fccba32 100644 --- a/ImplantHandler.py +++ b/ImplantHandler.py @@ -516,7 +516,6 @@ def runcommand(command, randomuri): elif "inject-shellcode" in command.lower(): params = re.compile("inject-shellcode", re.IGNORECASE) params = params.sub("", command) - check_module_loaded("Inject.dll", randomuri) readline.set_completer(filecomplete) path = raw_input("Location of shellcode file: ") t = tabCompleter() diff --git a/Modules/Core.exe b/Modules/Core.exe index b184d44..df62256 100755 Binary files a/Modules/Core.exe and b/Modules/Core.exe differ