dnscat2 icon indicating copy to clipboard operation
dnscat2 copied to clipboard

Results 97 dnscat2 issues
Sort by recently updated
recently updated
newest added

I don't find a homebrew support for dnscat2. The closed one that I found is this. But this tap is not maintained anymore. Could somebody add the support of dnscat2...

Hi this is similar to below issues https://github.com/iagox86/dnscat2/issues/155 After a successful connection between the client and the server, I am getting the following error as a loop. /dnscat2/server/libs/dnser.rb:872: warning: Capturing...

I'm trying to set up a dnscat2 server using Amazon Lightsail. I've followed the instructions on the github page to the letter, both for the client and the server. The...

Hi, After a successful connection between the client and the server, I am getting the following error as a loop. /dnscat2/server/libs/dnser.rb:872: warning: Capturing the given block using Kernel#proc is deprecated;...

Help me to solve this? # /home/AzureUser/dnscat2/server/libs/dnser.rb:828:in `bind' /home/AzureUser/dnscat2/server/libs/dnser.rb:828:in `initialize' /home/AzureUser/dnscat2/server/tunnel_drivers/driver_dns.rb:251:in `new' /home/AzureUser/dnscat2/server/tunnel_drivers/driver_dns.rb:251:in `initialize' /home/AzureUser/dnscat2/server/tunnel_drivers/tunnel_drivers.rb:24:in `new' /home/AzureUser/dnscat2/server/tunnel_drivers/tunnel_drivers.rb:24:in `start' /home/AzureUser/dnscat2/server/controller/controller_commands.rb:196:in `block in _register_commands' /home/AzureUser/dnscat2/server/libs/commander.rb:132:in `feed' /home/AzureUser/dnscat2/server/controller/controller.rb:33:in `block in initialize' /home/AzureUser/dnscat2/server/libs/swindow.rb:319:in `_incoming'...

The original Dockerfile has no dependencies, which makes the container unusable. I added a dependency to it so that the built container can be used normally.

This occurs if I try to run Shell, or upload, download, et all command (W10) 1> shell Sent request to execute a shell command (W10) 1> New window created: 2...

I'm on an AWS Lightsail Ubuntu 18.04 VPS. I've tried running `ruby ./dnscat2.rb` to get the `dnscat2>` prompt. However, I keep getting the following errors: Security policy changed: All connections...

If an exec command is given to the client, the client executes it and then exits, for example: ``` $ ./dnscat --dns domain=dnscat2.smelkovs.com --secret acme Creating DNS driver: domain =...

I'd suggest to change ``` typedef enum { FALSE, TRUE } NBBOOL; ``` to sth like ``` typedef enum { _FALSE, _TRUE } NBBOOL; ``` and all corresponding occurrences. the...