Yeraze / ppdecode

Proofpoint URL Decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# ppdecode
Proofpoint URL Decoder

Just a quick and dirty proofpoint Follow Me URL rewrite decoder.

import ppdecode
url = <proofpoint url>
p = ppdecode.ppdecode(url)
print p.url

About

Proofpoint URL Decoder

License:GNU General Public License v2.0


Languages

Language:Python 100.0%