changed module names from Replace HREFs to Link Rewrite for consistency
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user