Skip to content

Instantly share code, notes, and snippets.

View haccer's full-sized avatar
🔥
We are so back

Cody Zacharias haccer

🔥
We are so back
View GitHub Profile
#!/usr/bin/env python3
# Google Groups v1
# python3 ggroup.py domains.txt
import requests
import re
import sys
with open(sys.argv[1]) as f:
sites = f.read().splitlines()