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:
@@ -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"]
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
Reference in New Issue
Block a user