beef
Installation
SKILL.md
BeEF (Browser Exploitation Framework)
通过 XSS 挂钩浏览器,并从 Web 控制台执行客户端攻击。
快速开始
# Kali
beef-xss
# Or from source
git clone https://github.com/beefproject/beef
cd beef && ./install && ./beef
# Panel: http://127.0.0.1:3000/ui/panel
# Default creds: beef/beef
# Hook URL: http://YOUR_IP:3000/hook.js
Related skills