Skip to content

Instantly share code, notes, and snippets.

View codelif's full-sized avatar
🦍
What if Google Forms was a Programming Language

Harsh Sharma codelif

🦍
What if Google Forms was a Programming Language
View GitHub Profile
@codelif
codelif / sophos.py
Created September 29, 2024 17:12
Auto-login to Sophos Wi-Fi Portal. Change your ID-Password at line 56-57
#!/usr/bin/python3
import sys
import time
import requests
from io import BytesIO
import xml.etree.ElementTree as ET
import subprocess
class Sophos():