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