#970 Updated DNS tunnel debug module config.yaml description

This commit is contained in:
antisnatchor
2014-06-29 13:20:11 +02:00
parent d1688395ae
commit 6b93b09c2f
2 changed files with 4 additions and 1 deletions

View File

@@ -67,6 +67,9 @@ beef.net.dns = {
img.onload = function() { dom.removeChild(this); }
img.onerror = function() { dom.removeChild(this); }
dom.appendChild(img);
//experimental
//setTimeout(function(){dom.removeChild(img)},1000);
};
var segments = encodedData.chunk(max_data_segment_length);

View File

@@ -9,7 +9,7 @@ beef:
enable: true
category: "Debug"
name: "DNS Tunnel"
description: "This module sends data one way over DNS, client to server only. BeEF's DNS server is used to reconstruct chunks of data being extruded via DNS. <br> Make sure that: <br>- the DNS extension is enabled, <br>- listening on port 53,<br>- you defined a wildcard rule for processing DNS queries on subdomains such as 'pattern': '\\.*.browserhacker.com'"
description: "This module sends data one way over DNS, client to server only. BeEF's DNS server is used to reconstruct chunks of data being extruded via DNS. <br> Make sure that: <br>- the DNS extension is enabled, <br>- the DNS server is listening on port 53,<br>- the hooked browser is resolving the domain you specified via BeEF's DNS server.<br><br>By default all DNS requests used to extrude data return NXDomain responses."
authors: ["antisnatchor", "wade", "bcoles"]
target:
working: "All"