diff --git a/modules/browser/hooked_domain/link_rewrite/config.yaml b/modules/browser/hooked_domain/link_rewrite/config.yaml index 225e6eac6..84ca46b74 100644 --- a/modules/browser/hooked_domain/link_rewrite/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite/config.yaml @@ -8,7 +8,7 @@ beef: link_rewrite: enable: true category: ["Browser", "Hooked Domain"] - name: "Replace HREFs" + name: "Link Rewrite" description: "This module will rewrite all the href attributes of all matched links." authors: ["passbe"] target: diff --git a/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml b/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml index cd79fab2d..563192c19 100644 --- a/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml @@ -8,7 +8,7 @@ beef: link_rewrite_click_events: enable: true 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." authors: ["xntrik", "@bilawalhameed", "passbe"] target: diff --git a/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml b/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml index 43bec113a..5884aaa06 100644 --- a/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml @@ -8,7 +8,7 @@ beef: link_rewrite_sslstrip: enable: true 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." authors: ["bcoles"] target: diff --git a/modules/browser/hooked_domain/link_rewrite_tel/config.yaml b/modules/browser/hooked_domain/link_rewrite_tel/config.yaml index 7e2fe35d4..52f67e567 100644 --- a/modules/browser/hooked_domain/link_rewrite_tel/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_tel/config.yaml @@ -8,7 +8,7 @@ beef: link_rewrite_tel: enable: true 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." authors: ["bcoles"] target: