Skip to content

Commit

Permalink
Update RefangURL.jsm
Browse files Browse the repository at this point in the history
  • Loading branch information
breakersall committed Jun 16, 2023
1 parent bbe4438 commit 6af3f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/RefangURL.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br><br>This can be used to revert a URL that has been defanged once again allowing you to potentially click on a malicious link.<br><br>Use carefully and only with trusted links.";
this.description = "Takes a defanged Universal Resource Locator (URL) and 'Refangs' it, making the URL valid again.<br><br>This can be used to revert a URL that has been defanged once again allowing you to potentially click on a malicious link.<br><br>Use carefully and only with trusted links.<br><br>This is probably irresposible.";
this.infoURL = "https://isc.sans.edu/forums/diary/Defang+all+the+things/22744/";
this.inputType = "string";
this.outputType = "string";
Expand Down

0 comments on commit 6af3f39

Please sign in to comment.