Updated Inject shellcode

chunking
benpturner 2018-12-31 00:14:49 +00:00
parent 3fd26dbab2
commit 6d05ba65c6
3 changed files with 4 additions and 3 deletions

View File

@ -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 <optional-ppid-spoofid>
inject-shellcode 1453 <optional-ppid-spoofid>
kill-implant
hide-implant
unhide-implant

View File

@ -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()

Binary file not shown.