Skip to content

imfht/asyncio-example

Repository files navigation

asyncio-example

Here show how to send concurrency requests via python3.5 built in asyncio. If it helps, do not hesitate, give me a star 🌟.

Update

Add Async Poll. Can be found at AsyncPoll.py . The old version create looots of coroutines and cost looots of memorys without Async poll.

Usage

Require Python3.5+. Tested on Python3.7.

Create a virtual environment and install dependence. If you do not know what is virtual environment. Have a look at https://docs.python-guide.org/dev/virtualenvs/. It is easy to learn and could help you a lot.

pip3 install requirements.txt

Then run the examples.

python AsyncPortScan.py 
python AsyncSpider.py
python AsyncSubDomainFuzz.py

Thanks

About

Here show how to send concurrency requests via async

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages