Linux command
bettercap 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start
bettercap -iface [eth0]
Run
bettercap -caplet [script.cap]
ARP spoofing
bettercap -iface [eth0] -eval ["set arp.spoof.targets 192.168.1.10; arp.spoof on"]
Start
bettercap -caplet http-ui
说明
bettercap is a powerful network attack and monitoring framework. It provides tools for man-in-the-middle attacks, network reconnaissance, packet sniffing, credential harvesting, and WiFi attacks through a modular architecture. The tool is designed for security research, penetration testing, and network analysis.
参数
- -iface _name_
- Network interface
- -caplet _file_
- Run caplet script
- -eval _code_
- Evaluate expression
- -env-file _file_
- Load environment variables
- -debug
- Enable debug logging
- -silent
- Suppress banner and logs
FAQ
What is the bettercap command used for?
bettercap is a powerful network attack and monitoring framework. It provides tools for man-in-the-middle attacks, network reconnaissance, packet sniffing, credential harvesting, and WiFi attacks through a modular architecture. The tool is designed for security research, penetration testing, and network analysis.
How do I run a basic bettercap example?
Run `bettercap -iface [eth0]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -iface _name_ do in bettercap?
Network interface