BlogHide Resteemsgunhanoral (25)in python • 7 years agoPython asyncio port scannerThis is a quick python port scanner using asyncio module. Key points: It doesn't use multiprocessing or multithreading; it uses asyncronous processes. The scripts sends the requests one…