shellcodeloader icon indicating copy to clipboard operation
shellcodeloader copied to clipboard

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

Open zeze-zeze opened this issue 2 years ago • 1 comments

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.

zeze-zeze avatar Sep 24 '21 06:09 zeze-zeze

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

SnowMeteors avatar Mar 22 '22 11:03 SnowMeteors