From 20f4cf8c2ff3c2fea3b8a70562ebc0a6ba69c3da Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Fri, 30 Sep 2011 11:56:29 +0000 Subject: [PATCH] old bindshell links updated git-svn-id: https://beef.googlecode.com/svn/trunk@1329 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/browser/link_rewrite/config.yaml | 2 +- modules/browser/link_rewrite_sslstrip/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]