SkillAgentSearch skills...

Ppdecode

Proofpoint URL Decoder

Install / Use

/learn @warquel/Ppdecode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ppdecode

Proofpoint URL Decoder

Installation

pip install git+https://github.com/warquel/ppdecode.git

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

Usage: ppdecode [-h] [-j] [-a] [-v] URL

Decode Proofpoint URLDefense encoded URL.

positional arguments:
  URL            Proofpoint encoded URL.

optional arguments:
  -h, --help     show this help message and exit
  -j, --json     Output JSON rather than text.
  -a, --all      Print all Proofpoint parameters.
  -v, --version  show program's version number and exit

The ppdecode function is also importable into other code:

import ppdecode

results = ppdecode.ppdecode(url)
View on GitHub
GitHub Stars20
CategoryDevelopment
Updated3y ago
Forks5

Languages

Python

Security Score

75/100

Audited on May 17, 2022

No findings