在VPS上一键安装Kali Linux

dr_pure Lv5

Converto is a Great, Easy to use and Free tool for Installing Kali linux on VPS.It also installs VNC’s (Graphical / Non-Graphical VNC).
It’s very Fast, Secure and Reliable to use.As well as, It is Tested on both Ubuntu and Debian.

这个脚本会把你VPS上的系统安装成Kali Linux,并可以选择安装VNC。

1
2
3
4
5
6
apt-get update
apt-get install git
git clone https://github.com/developerkunal/Converto.git
cd Converto
chmod +x converto.sh
./converto.sh

安装之后:
启动VNC服务:vncserver
关闭VNC服务:vncserver -kill :1

  • 标题: 在VPS上一键安装Kali Linux
  • 作者: dr_pure
  • 创建于 : 2018-11-25 00:00:00
  • 更新于 : 2018-11-25 00:00:00
  • 链接: https://blog.lfn.moe/posts/a3d48da0/
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论
目录
在VPS上一键安装Kali Linux