lukebaggett / dnscat2-powershell

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

Bug with russian text #3

Closed donvitoz closed 7 years ago

donvitoz commented 8 years ago

When I send any russian text - the dnscat2-powershell does not work properly.

lukebaggett commented 7 years ago

This appears to partly be an issue with the ruby dnscat2 server.

I started the ruby server and client written in C on the same system, like this:

Server: ruby dnscat2.rb Client: ./dnscat --dns 'host=127.0.0.1,server=127.0.0.1' --console

Then, I pasted Russian text into the client. It came through correctly and was printed on the server side. However, when pasting it into the server, you receive a [[ ERROR ]] :: DNS: RCODE_NAME_ERROR error from the client, or sequence number issues.

You might want to file this issue here instead.