Skip to content

Instantly share code, notes, and snippets.

View script74's full-sized avatar

script74 script74

View GitHub Profile
#!/usr/bin/env python3
import base64
import random
import re
import string
import requests
sess = requests.Session()
randstr = lambda len=5: ''.join(random.choice(string.ascii_lowercase) for _ in range(len))