From 6af3f39854e3c723952858d3da687115da8c2e80 Mon Sep 17 00:00:00 2001 From: Matt Kelly Date: Fri, 16 Jun 2023 13:47:11 -0500 Subject: [PATCH] Update RefangURL.jsm --- src/core/operations/RefangURL.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/RefangURL.jsm b/src/core/operations/RefangURL.jsm index 1fbda697..1fd77e61 100644 --- a/src/core/operations/RefangURL.jsm +++ b/src/core/operations/RefangURL.jsm @@ -19,7 +19,7 @@ class RefangURL extends Operation { this.name = "Refang URL"; this.module = "Default"; - this.description = "Takes a defanged Universal Resource Locator (URL) and 'Refangs' it, making the URL valid again.

This can be used to revert a URL that has been defanged once again allowing you to potentially click on a malicious link.

Use carefully and only with trusted links."; + this.description = "Takes a defanged Universal Resource Locator (URL) and 'Refangs' it, making the URL valid again.

This can be used to revert a URL that has been defanged once again allowing you to potentially click on a malicious link.

Use carefully and only with trusted links.

This is probably irresposible."; this.infoURL = "https://isc.sans.edu/forums/diary/Defang+all+the+things/22744/"; this.inputType = "string"; this.outputType = "string";