Skip to content

Instantly share code, notes, and snippets.

@OVlasiuk
OVlasiuk / urldec.py
Last active June 13, 2025 04:27
Rewrite URL Defense and Safelinks URLs
#!/usr/bin/env python
__author__ = 'Eric Van Cleve; Alex Vlasiuk'
__license__ = 'GPL v.3'
__version__ = '4.0b'
__email__ = 'alex@vlasiuk.com'
__status__ = 'beta'
import sys
import re