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
Describe the bug
Trying to shift from one process to another in a 32 bit shellcode using execute-shellcode does not work. Doing the same with Rubeus, launching the process and manually injecting into it, works fine.
To Reproduce
Steps to reproduce the behavior:
Get a 32-bit session within sliver
execute-shellcode -n C:\\windows\\SysWOW64\\notepad.exe -A 386 -i /home/kali/OSEP/hav0c/sliver.x86.bin does not work and hangs indefinitely
execute-shellcode -p 4776 -A 386 /home/kali/OSEP/hav0c/sliver.x86.bin
Commands 4 & 5 should work and give us a new session
Expected behavior
The execute-shellcode command should have launched another session using the 32 bit notepad process specified.
Screenshots
Working
Hangs forever
Desktop (please complete the following information):
OS: Kali Linux
Version 2024.4
Additional context
Also, I have noticed whenever I use -i flag for interactive, I have to press Ctrl + C and run sliver again, the last one does not take any commands later on.
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to shift from one process to another in a 32 bit shellcode using execute-shellcode does not work. Doing the same with Rubeus, launching the process and manually injecting into it, works fine.
To Reproduce
Steps to reproduce the behavior:
execute-shellcode -n C:\\windows\\SysWOW64\\notepad.exe -A 386 -i /home/kali/OSEP/hav0c/sliver.x86.bin
does not work and hangs indefinitelyrubeus -t 20 -- createnetonly /program:C:\\windows\\SysWOW64\\notepad.exe
execute-shellcode -p 4776 -A 386 /home/kali/OSEP/hav0c/sliver.x86.bin
Expected behavior
The execute-shellcode command should have launched another session using the 32 bit notepad process specified.
Screenshots
Working
Hangs forever
Desktop (please complete the following information):
Additional context
Also, I have noticed whenever I use
-i
flag for interactive, I have to press Ctrl + C and run sliver again, the last one does not take any commands later on.The text was updated successfully, but these errors were encountered: