Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
arpspoof — 一个用于执行ARP欺骗的工具 | Kitploit
工具/GitHubGitHub/shadowy-pycoder/arpspoof
数据包嗅探与分析信息收集网络安全渗透测试红队
GitHubshadowy-pycoder/arpspoof

arpspoof

一个用于执行ARP欺骗的工具

查看仓库
11个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

ARP 欺骗

License: GPL v3 Go Reference GitHub go.mod Go version Go Report Card GitHub Release GitHub Downloads (all assets, all releases) GitHub Downloads (all assets, latest release)

安装

root@kitploit:~
CGO_ENABLED=0 go install -ldflags "-s -w" -trimpath github.com/shadowy-pycoder/arpspoof/cmd/af@latest

用法

root@kitploit:~
af -h
Usage of af:
  -I    Display list of interfaces and exit.
  -d    Enable debug logging
  -f    Run ARP spoofing in fullduplex mode
  -g string
        IPv4 address of custom gateway (Default: default gateway)
  -i string
        The name of the network interface. Example: eth0 (Default: default interface)
  -interval duration
        Interval between sent packets (default 5s)
  -n string
        The name or path of network namespace (Linux/Android) (Default: default namespace)
  -nocolor
        Disable colored output
  -t string
        Targets for ARP spoofing. Example: "10.0.0.1,10.0.0.5-10,192.168.1.*,192.168.10.0/24" (Default: entire subnet)

作为库使用

参见 https://github.com/shadowy-pycoder/go-http-proxy-to-socks

下载工具