dnscat2 icon indicating copy to clipboard operation
dnscat2 copied to clipboard

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

Mail address is incorrect and the web address Omniscience Cyber Defence We've noticed you haven't logged in for a while. [AEGIS] is continuing to monitor your company and taking regular...

Hi, As of version 0.05, windows client terminated with message "NOT IMPLEMENTED!" while the server is running as authoritative dns mode. Attached is the screenshot of this operation. ![dnscat2_error](https://cloud.githubusercontent.com/assets/5817179/14169054/6039f6f8-f72e-11e5-86f6-80cdeab2f644.png)

I was trying to download a txt file from a kali linux system to a kali linux system. After running the command, the file was not downloaded to the server....

Hello everyone, It seems that there is a problem when I want to run the client on a domain controller which is itself an authority server. Indeed, it seems to...

When I execute dnscat2.rb I get: "line 217: warning: here-document at line 12 delimited by end-of-file syntax error near unexpected token `(' `LOAD_PATH

Hello, It fixes the issue with ruby 2.7: https://github.com/iagox86/dnscat2/issues/157 https://github.com/iagox86/dnscat2/issues/155 It also would be nice to have a new tagged version (the latest was in 2016). Thanks

I was trying to upload a file from linux system to windows system and got following error: command (els-DB) 1> upload /home/kali//prodump64.exe c:\Windows\Temp\procdump64.exe Something bad just happened! You will likely...

Would be nice to easily `kill` all idle connections. They seem to build up over time of connect/disconnects between the client and server and killing them all becomes time consuming....

So i have a Ubuntu 14 server and client....connection works but after a shell command or two i get the below error on the client and the process stops: DNS...

Fixes: ``` libs/ll.c: In function 'compare': libs/ll.c:85:28: warning: self-comparison always evaluates to true [-Wtautological-compare] return a.value.ptr == a.value.ptr; ```