Skip to content
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

Do we really need Sleep(1000) in the loop at APC Inject? #13

Open
zeze-zeze opened this issue Sep 24, 2021 · 1 comment
Open

Do we really need Sleep(1000) in the loop at APC Inject? #13

zeze-zeze opened this issue Sep 24, 2021 · 1 comment

Comments

@zeze-zeze
Copy link

As far as I know, APC functions are called when a thread is in an alertable state, but the Sleep(1000) in APC inject is in the current thread, not the target one, so I think the Sleep(1000) function can be out of the loop.

@SnowMeteors
Copy link

SnowMeteors commented Mar 22, 2022

must add sleep(1000), must Ensure that each thread has sufficient time to establish a connection with MSF or cobalt strike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants