Skip to content

Instantly share code, notes, and snippets.

@OVlasiuk
OVlasiuk / urldec.py
Last active July 25, 2024 02:01
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