Skip to content

Instantly share code, notes, and snippets.

View tiimk's full-sized avatar

Tim Keckler tiimk

View GitHub Profile
@tiimk
tiimk / protconf.py
Created June 30, 2024 17:26
Create configs and auto vpn swapping
import http.client
import http.cookies
import json
import base64
import hashlib
import os
import random
import argparse
import time
from cryptography.hazmat.primitives import serialization