Gallopsled / Gallopsled/pwntools
Feature: Async IO?
Open
help-wanted
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.9k
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
It doesn't look like to me that there is any support within Pwntools for asynchronous IO (for example, being able to start 100 remote processes and deal with them at the same time, rather that one after the other). Since there is also no Python 3 support, the only way I can see this being done is through python modules like `threading` or `multiprocessing`. Just wondering, has this ever been considered for development or is there an easy way this can be achieved?
Contributor guide
Assessment
This issue has not been assessed yet.