Added a 'Router' command module branch and moved the modules targeting

routers to it.

This fixes issue 413

A    modules/router
AM + modules/router/linksys_befsr41_csrf
M    modules/router/linksys_befsr41_csrf/config.yaml
AM + modules/router/linksys_wrt54g_csrf
M    modules/router/linksys_wrt54g_csrf/config.yaml
AM + modules/router/linksys_wrt54g2_csrf
M    modules/router/linksys_wrt54g2_csrf/config.yaml
D    modules/network/linksys_befsr41_csrf
D    modules/network/linksys_wrt54g_csrf
D    modules/network/linksys_wrt54g2_csrf


git-svn-id: https://beef.googlecode.com/svn/trunk@1137 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
bcoles@gmail.com
2011-07-29 18:02:44 +00:00
parent d7930dc9da
commit 1b5f0783d5
9 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ beef:
module:
linksys_befsr41_csrf:
enable: true
category: "Network"
category: "Router"
name: "Linksys BEFSR41 CSRF Exploit"
description: "Attempts to enable remote administration and change the password on a Linksys BEFSR41 router."
authors: ["Martin Barbella"]

View File

@@ -17,7 +17,7 @@ beef:
module:
linksys_wrt54g2_csrf:
enable: true
category: "Network"
category: "Router"
name: "Linksys WRT54G2 CSRF Exploit"
description: "Attempts to enable remote administration and change the password on a Linksys WRT54G2 router."
authors: ["Martin Barbella"]

View File

@@ -17,7 +17,7 @@ beef:
module:
linksys_wrt54g_csrf:
enable: true
category: "Network"
category: "Router"
name: "Linksys WRT54G CSRF Exploit"
description: "Attempts to enable remote administration and change the password on a Linksys WRT54G router."
authors: ["Martin Barbella"]