Re-enabled DNS extension in config files.

This commit is contained in:
soh_cah_toa
2014-04-22 22:50:31 -04:00
parent 0f7f86e0f3
commit d4ba3ec98c
2 changed files with 8 additions and 5 deletions

View File

@@ -129,4 +129,4 @@ beef:
enable: true
# this is still experimental, we're working on it..
dns:
enable: false
enable: true

View File

@@ -1,15 +1,18 @@
#
# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net
# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
extension:
dns:
enable: false
enable: true
name: 'DNS Server'
authors: ['soh_cah_toa']
protocol: 'udp'
address: '127.0.0.1'
port: 5300
upstream:
[['tcp', '8.8.8.8', 53], ['udp', '8.8.8.8', 53]]
upstream: [
['tcp', '8.8.8.8', 53],
['udp', '8.8.8.8', 53]
]