Skip to content

Instantly share code, notes, and snippets.

@marginaldeer
marginaldeer / msol_spray.py
Created July 13, 2020 17:26 — forked from byt3bl33d3r/msol_spray.py
Fully async python port of @dafthacks MSOLSpray (https://github.com/dafthack/MSOLSpray)
#! /usr/bin/env python3
#
# Requires Python 3.7+ & aiohttp (speedups recommended)
# pip3 install aiohttp[speedups]
#
import sys
import asyncio
import aiohttp