Disabled legacy DNS-tunnel IPC module.

This commit is contained in:
antisnatchor
2014-06-29 11:37:55 +02:00
parent fb0cd7a195
commit aafceec4cb

View File

@@ -6,7 +6,7 @@
beef:
module:
dns_tunnel:
enable: true
enable: false
category: "IPEC"
name: "DNS Tunnel"
description: "This module sends data one way over DNS.<br/><br/>A domain and message are taken as input. The message is XOR'd, url encoded, the '%' are replaced with '.' and the message is split into segments of 230 bytes. The segments are sent in sequence along with the sequence number and XOR key.<br/><br/>Note: A remote domain with a DNS server configured to accept wildcard subdomains is required to receive the data. BeEF does not support this feature so you're on your own when it comes to decoding the information."