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
this is my DNS server config(7.197.20.145):
$TTL 1D
@ IN SOA zichuan.com. ccc.zichuan.com. (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
apple IN NS cc.bpple.zichuan.com.
@ IN NS dns.zichuan.com.
dns IN A 7.197.20.145
cc.bpple IN A 7.197.42.181
this is my server terminal(7.197.42.181): root@kwephis1135679:/opt/zichuan/dnscat2-master/server# ruby ./dnscat2.rb apple.zichuan.com --security=open
New window created: 0
New window created: crypto-debug
[DEPRECATION] The trollop gem has been renamed to optimist and will no longer be supported. Please switch to optimist as soon as possible.
Welcome to dnscat2! Some documentation may be out of date.
auto_attach => false
history_size (for new windows) => 1000
Security policy changed: Client can decide on security level
New window created: dns1
Starting Dnscat2 DNS server on 0.0.0.0:53
[domains = apple.zichuan.com]...
Assuming you have an authoritative DNS server, you can run
the client anywhere with the following (--secret is optional):
this is my DNS server config(7.197.20.145):
$TTL 1D
@ IN SOA zichuan.com. ccc.zichuan.com. (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
apple IN NS cc.bpple.zichuan.com.
@ IN NS dns.zichuan.com.
dns IN A 7.197.20.145
cc.bpple IN A 7.197.42.181
this is my server terminal(7.197.42.181):
root@kwephis1135679:/opt/zichuan/dnscat2-master/server# ruby ./dnscat2.rb apple.zichuan.com --security=open
New window created: 0
New window created: crypto-debug
[DEPRECATION] The trollop gem has been renamed to optimist and will no longer be supported. Please switch to optimist as soon as possible.
Welcome to dnscat2! Some documentation may be out of date.
auto_attach => false
history_size (for new windows) => 1000
Security policy changed: Client can decide on security level
New window created: dns1
Starting Dnscat2 DNS server on 0.0.0.0:53
[domains = apple.zichuan.com]...
Assuming you have an authoritative DNS server, you can run
the client anywhere with the following (--secret is optional):
./dnscat --secret=d0252c4d50765f39cf2eb5147af31746 apple.zichuan.com
To talk directly to the server without a domain name, run:
./dnscat --dns server=x.x.x.x,port=53 --secret=d0252c4d50765f39cf2eb5147af31746
Of course, you have to figure out yourself! Clients
will connect directly on UDP port 53.
dnscat2> New window created: 1
this is my client terminal(7.197.41.50):
[root@kwephis1136703 client]# ./dnscat apple.zichuan.com --no-encryption
Creating DNS driver:
domain = apple.zichuan.com
host = 0.0.0.0
port = 53
type = TXT,CNAME,MX
server = 7.197.20.145
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
[[ ERROR ]] :: DNS: RCODE_SERVER_FAILURE
why it dose not work?
The text was updated successfully, but these errors were encountered: