You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I start the listener, now when I am attempting to establish the communication from the client, I am getting this constant error in the SERVER and CLIENT respectively:
Server console
To talk directly to the server without a domain name, run:
./dnscat --dns server=x.x.x.x,port=53 --secret=8ae177f2180a2f3d9ca58a7da7264baa
Of course, you have to figure out <server> yourself! Clients
will connect directly on UDP port 53.
dnscat2> Error caught (for more information, check window 'dns1'):
#<NoMethodError: undefined method `length' for nil:NilClass>
Error caught (for more information, check window 'dns1'):
#<NoMethodError: undefined method `length' for nil:NilClass>
Error caught (for more information, check window 'dns1'):
#<NoMethodError: undefined method `length' for nil:NilClass>
Error caught (for more information, check window 'dns1'):
#<NoMethodError: undefined method `length' for nil:NilClass>
Client Console
./dnscat --dns server=domain.com,port=53 --secret=8ae177f2180a2f3d9ca58a7da7264baa
Creating DNS driver:
domain = (null)
host = 0.0.0.0
port = 53
type = TXT,CNAME,MX
server = domain.com
[[ ERROR ]] :: DNS: RCODE_NAME_ERROR
...
...
[[ ERROR ]] :: DNS: RCODE_NAME_ERROR
[[ ERROR ]] :: The server hasn't returned a valid response in the last 20 attempts.. closing session.
[[ ERROR ]] :: DNS: RCODE_NAME_ERROR
[[ FATAL ]] :: There are no active sessions left! Goodbye!
[[ WARNING ]] :: Terminating
Any idea how shall I fix this?
The text was updated successfully, but these errors were encountered:
After I start the listener, now when I am attempting to establish the communication from the client, I am getting this constant error in the SERVER and CLIENT respectively:
Server console
Client Console
Any idea how shall I fix this?
The text was updated successfully, but these errors were encountered: