Updated a couple of module configs
modules/exploits/router/virgin_superhub_csrf/config.yaml modules/misc/local_file_theft/config.yaml
This commit is contained in:
@@ -20,6 +20,6 @@ beef:
|
||||
category: ["Exploits", "Router"]
|
||||
name: "Virgin Superhub CSRF"
|
||||
description: "Attempts to change the admin password on a Virgin Superhub router."
|
||||
authors: ["bcoles"]
|
||||
authors: ["bcoles", "n0x00"]
|
||||
target:
|
||||
working: ["ALL"]
|
||||
|
||||
@@ -23,7 +23,7 @@ beef:
|
||||
enable: true
|
||||
category: "Misc"
|
||||
name: "Local File Theft"
|
||||
description: "Javascript may have filesystem access if we are running from a local resource and using the file:// scheme. This module checks common locations and cheekily snaches anything it finds. Shamelessly plagurised from http://kos.io/xsspwn. To test this module save the BeEF hook page locally and open in safari from the your localfile system."
|
||||
description: "JavaScript may have filesystem access if we are running from a local resource and using the file:// scheme.<br/>This module checks common locations and cheekily snaches anything it finds. Shamelessly plagurised from http://kos.io/xsspwn. To test this module save the BeEF hook page locally and open in Safari from the your localfile system."
|
||||
authors: ["mh"]
|
||||
target:
|
||||
working: ["All"]
|
||||
working: ["S"]
|
||||
|
||||
Reference in New Issue
Block a user