Defang transform action

Use case

You have a email with a URL in it similar to something like: https://rewst.io/aprilfools/surprise.html You would like to defang it and make it not directly usable.

Overview

Given a URL, this action will 'defang' the url by adding characters to prevent it from being directly usable.

Parameters

Parameter
Description
Required

URL

URL to defang

Colon

If true defang colons.

Dots

If true defang all dots.

Usage

Example 1: Defang the url https://rewst.io/aprilfools/surprise.html

Inputs:

Colon: True

Dots: True

URL: https://rewst.io/aprilfools/surprise.html

Results output

The expected result of this transform is a defanged url.

Result from Example 1:

hXXps[:]//rewst[.]io/aprilfools/surprise.html

Last updated

Was this helpful?