20 lines
764 B
YAML
20 lines
764 B
YAML
#
|
|
# Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
# References:
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=371598
|
|
# http://www.gnucitizen.org/blog/router-hacking-challenge/
|
|
#
|
|
beef:
|
|
module:
|
|
philips_dns_hijack:
|
|
enable: true
|
|
category: ["Exploits", "Router"]
|
|
name: "Philips DNS Hijack"
|
|
description: "Attempts to change the DNS setting on a Philips router.<br/><br/>Philips routers reportedly do not require authentication to change the DNS servers.<br/><br/>This module has not been tested."
|
|
authors: ["bob"]
|
|
target:
|
|
unknown: ["ALL"]
|