0xFFiber
0xFFiber
When the async version is merged, we can leverage async architecture to run async HTTP server (optionally) to provide information about status of the attack, targets, and stats as JSON...
Instead of doing `randbytes` on each request, it's better to pre-allocate a few random Mb in a shared memoryview and loop over them (e.g. by moving index with +1 offset...
As of now the functionality of `TargetStats` is quite limited. Ideally we want to know much more. For example: * histogram for connection lifetime (better with per-stage markers, like TCP...
Async version only. As of now all proxy requests (for example, socks5 commands) are generated by creating Python objects (from `python_socks` library) and then generating bytes from them. Both operations...