lukebaggett / dnscat2-powershell

A Powershell client for dnscat2, an encrypted DNS command and control tool.
https://github.com/iagox86/dnscat2
390 stars 120 forks source link

Broken file transfer commands #8

Open lukebaggett opened 7 years ago

lukebaggett commented 7 years ago

The following commands are having issues:

upload /tmp/test C:/test download C:/test /tmp/test

For download, dnscat2 says that it is expecting more bytes and fails to write the file, or the file is written but is missing a few bytes at the end. For upload, sometimes it works, and sometimes nothing happens.

Looking into this.