Windows10安装kalilinux子系统-创新互联

先出结论:不建议win 10 子系统安装kali linux, 很多***测试工具会被windows defender直接作为***文件删除。

网站建设哪家好,找创新互联公司!专注于网页设计、网站建设、微信开发、小程序定制开发、集团企业网站建设等服务项目。为回馈新老客户创新互联还提供了灵寿免费建站欢迎大家使用!
  1. 打开windows开发人员模式 (搜索 developer mode并选择打开) Windows10 安装kali linux子系统
  2. 打开windows子系统功能,并按照要求重启Windows10 安装kali linux子系统
  3. Windows应用商店搜索kali 并安装。这是一个漫长长长长长长长长长长的等待过程……
  4. 安装完成后设置用户名为kali,设置密码,至此命令行kali安装完成。
  5. 安装并启用桌面apt-get install xrdp
    wget https://kali.sh/xfce4.sh #下载有问题的,请参考文章末尾的内容自行创建文件
    sudo sh xfce4.sh
    sudo /etc/init.d/xrdp start

  6. 编辑 /etc/xrdp/xrdp.ini ,将3389更改为3390
  7. 打开win10自带的远程桌面软件,输入127.0.0.1:3390,用户名和密码,停止桌面sudo /etc/init.d/xrdp stop
  8. 安装完整的***测试工具 1.apt-get update
    2.apt-get install kali-linux-full

对于无法下载x4ce4.sh的同学,请直接创建文件,并加入下列内容:

#!/bin/bash

# A quick BASH script that installs noVNC and sets up an Xfce4 session,
# accessible through a browser on port 5901 TCP. Tested against Kali Linux Xfce4 "full" installations.
# If running this on Azure or other virtual hosting, don't foret to allow ingress TCP 5901 .

# Configure the following parameters if needed:
###############################################
resolution="1280x720x16"
display_number=1
web_vnc_port=5901
###############################################

clear
echo -e "\n[*] Setting up \e[31mKali in a Browser\e[0m, generating ~/start.sh\n"
sleep 2
cat << EOF > ~/start.sh
#!/bin/bash
clear
echo -e "\e[31m\n[*] Starting up noVNC.\e[0m"
export DISPLAY=:$display_number
Xvfb :$display_number -screen 0 $resolution &
sleep 5
# Start up Xfce is available, otherwise assume Gnome
if [ -f /etc/xdg/xfce4/xinitrc ]; then
    startxfce4 2>/dev/null &
fi
x11vnc -display :$display_number -shared -nopw -listen localhost -xkb -bg -ncache_cr -forever
websockify --web /usr/share/novnc $web_vnc_port 127.0.0.1:5900 --cert=self.pem -D
ip="\$(host -t a myip.opendns.com resolver1.opendns.com|tail -1 |cut -d" " -f4)"
echo -e "\e[31m\n[*] Kali in a Browser is set up, you can access https://\$ip:$web_vnc_port\e[0m"
echo -e "[*] Don't forget to open up incoming port TCP $web_vnc_port if you have a firewalled host.".
EOF

chmod 755 ~/start.sh
clear
echo -e "\n[+] Installing pre-requisites, enter sudo password if asked.\n"
sleep 2
sudo apt-get update
sudo apt-get -y dist-upgrade
sudo apt-get -y install novnc websockify x11vnc xvfb
sudo apt-get clean
sudo ln -s /usr/share/novnc/vnc.html /usr/share/novnc/index.html
clear

echo -e "\n[+] Generating SSL cert. Please fill in details, then run \e[31m./start.sh\e[0m\n"
sleep 2
openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


分享名称:Windows10安装kalilinux子系统-创新互联
网站链接:http://pwwzsj.com/article/diojgp.html