diff --git a/modules/browser/link_rewrite/config.yaml b/modules/browser/link_rewrite/config.yaml index 7af1ca0ed..993e28391 100644 --- a/modules/browser/link_rewrite/config.yaml +++ b/modules/browser/link_rewrite/config.yaml @@ -19,7 +19,7 @@ beef: enable: true category: "Browser" name: "Replace HREFs" - description: "This module will rewrite all the href attributes of all matched links.

The jQuery selector field can be used to limit the selection of links. eg: a[href=\"http://www.bindshell.net\"]. For more information please see: http://api.jquery.com/category/selectors/" + description: "This module will rewrite all the href attributes of all matched links.

The jQuery selector field can be used to limit the selection of links. eg: a[href=\"http://beefproject.com\"]. For more information please see: http://api.jquery.com/category/selectors/" authors: ["passbe"] target: working: ["ALL"] diff --git a/modules/browser/link_rewrite_sslstrip/config.yaml b/modules/browser/link_rewrite_sslstrip/config.yaml index a7c28e576..9e0fe086c 100644 --- a/modules/browser/link_rewrite_sslstrip/config.yaml +++ b/modules/browser/link_rewrite_sslstrip/config.yaml @@ -19,7 +19,7 @@ beef: enable: true category: "Browser" name: "Replace HREFs (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.

The jQuery selector field can be used to limit the selection of links. eg: a[href=\"http://www.bindshell.net\"]. For more information please see: http://api.jquery.com/category/selectors/" + 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.

The jQuery selector field can be used to limit the selection of links. eg: a[href=\"http://beefproject.com\"]. For more information please see: http://api.jquery.com/category/selectors/" authors: ["bcoles"] target: working: ["ALL"]