-
-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Invoke-PSRemoting block current agent #359
Comments
You need to be running empire in Python 3. |
I simplify the poc
|
* Fix for issue 359, Invoke-PSRemoting blocks current agent * Update invoke_psremoting.py * Update invoke_psremoting.py Co-authored-by: Anthony Rose <[email protected]>
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug
Maybe not a bug, maybe yes.
When running Invoke-PSRemoting, a new agent pop and it's working fine. But the current agent is blocked and cannot be used unless the new agent is killed.
Is there any workaround for this so the first agent is not blocked waiting for the Invoke-PSRemoting to finish ?
To Reproduce
From agent 1 run Invoke-PSRemoting
Expected behavior
Agent should not be blocked, maybe the Invoke-PSRemoting should be run as a job.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: