Updated Inject shellcode
parent
3fd26dbab2
commit
6d05ba65c6
6
Help.py
6
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 <optional-ppid-spoofid>
|
||||
inject-shellcode 1453 <optional-ppid-spoofid>
|
||||
kill-implant
|
||||
hide-implant
|
||||
unhide-implant
|
||||
|
|
|
@ -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()
|
||||
|
|
BIN
Modules/Core.exe
BIN
Modules/Core.exe
Binary file not shown.
Loading…
Reference in New Issue