Kali安装beef-xss

注意:仅用于技术讨论,切勿用于其他用途,一切后果与本人无关。

1.更新源:apt-get update

2.解锁metasploit-frameword的版本锁定:sudo apt-mark unhold metasploit-framework

        不更新可能会出现下面的情况:metasploit-framework : 依赖: ruby (< 1:2.8) 但是 1:3.0+1kali1 正要被安装

3.安装beef-xss:apt install beef-xss

4.以root用户打开配置文件:vim config.yaml

5.开启beef:systemctl start beef-xss.service  

 关闭beef:systemctl stop beef-xss.service  

 重启beef:systemctl restart beef-xss.service  

6.浏览器打开  http://192.168.199.129:3000/ui/authentication  #把192.168.199.129替换成本机IP

7.继续锁住metasploit-framework:sudo apt-mark hold metasploit-framework

你可能感兴趣的:(kali工具篇,xss)