changed module names from Replace HREFs to Link Rewrite for consistency

This commit is contained in:
Haoxi Tan
2020-01-08 16:31:23 +10:00
parent e8dba51a21
commit 886787c418
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ beef:
link_rewrite: link_rewrite:
enable: true enable: true
category: ["Browser", "Hooked Domain"] category: ["Browser", "Hooked Domain"]
name: "Replace HREFs" name: "Link Rewrite"
description: "This module will rewrite all the href attributes of all matched links." description: "This module will rewrite all the href attributes of all matched links."
authors: ["passbe"] authors: ["passbe"]
target: target:

View File

@@ -8,7 +8,7 @@ beef:
link_rewrite_click_events: link_rewrite_click_events:
enable: true enable: true
category: ["Browser", "Hooked Domain"] category: ["Browser", "Hooked Domain"]
name: "Replace HREFs (Click Events)" name: "Link Rewrite (Click Events)"
description: "This module will rewrite all the href attributes of all matched links using Bilawal Hameed's updating of click event handling. This will hide the target site for all updated links." description: "This module will rewrite all the href attributes of all matched links using Bilawal Hameed's updating of click event handling. This will hide the target site for all updated links."
authors: ["xntrik", "@bilawalhameed", "passbe"] authors: ["xntrik", "@bilawalhameed", "passbe"]
target: target:

View File

@@ -8,7 +8,7 @@ beef:
link_rewrite_sslstrip: link_rewrite_sslstrip:
enable: true enable: true
category: ["Browser", "Hooked Domain"] category: ["Browser", "Hooked Domain"]
name: "Replace HREFs (HTTPS)" name: "Link Rewrite (HTTPS)"
description: "This module will rewrite all the href attributes of HTTPS links to use HTTP instead of HTTPS. Links relative to the web root are not rewritten." description: "This module will rewrite all the href attributes of HTTPS links to use HTTP instead of HTTPS. Links relative to the web root are not rewritten."
authors: ["bcoles"] authors: ["bcoles"]
target: target:

View File

@@ -8,7 +8,7 @@ beef:
link_rewrite_tel: link_rewrite_tel:
enable: true enable: true
category: ["Browser", "Hooked Domain"] category: ["Browser", "Hooked Domain"]
name: "Replace HREFs (TEL)" name: "Link Rewrite (TEL)"
description: "This module will rewrite all the href attributes of telephone links (ie, tel:5558585) to call a number of your choice." description: "This module will rewrite all the href attributes of telephone links (ie, tel:5558585) to call a number of your choice."
authors: ["bcoles"] authors: ["bcoles"]
target: target: