DNS Tunnel dnscat2复现
作者:互联网
https://github.com/iagox86/dnscat2
配置环境
Kali Server端
$ git clone https://github.com/iagox86/dnscat2.git
$ cd dnscat2/server/
$ gem install bundler
$ apt-get install ruby-dev
$ bundle install
Client端
$ git clone https://github.com/iagox86/dnscat2
$ cd dnscat2/client/
$ make
攻击复现
这里其实有两种模式 一种是指定域名 另一种是直连
直连
Server
ruby ./dnscat2.rb
![](https://www.icode9.com/i/l/?n=20&i=blog/1272123/202201/1272123-20220106205126735-1069612988.png)
Client
标签:git,DNS,Tunnel,iagox86,github,dnscat2,https,com 来源: https://www.cnblogs.com/rookieDanny/p/15772821.html