Skip to content

Instantly share code, notes, and snippets.

@LoicGRENON
LoicGRENON / grr.py
Created April 30, 2026 18:02 — forked from pfn/grr.py
Simple tool to mirror (download) RRF configuration to local host
#!/usr/bin/env python
# tested on python3
import argparse
import ctypes
import hashlib
import http
import json
import os