0xFFiber

Results 4 issues of 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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement
help wanted