LoginSignup
5
9

More than 5 years have passed since last update.

WSL kali linux のデスクトップ環境の構築

Last updated at Posted at 2018-10-27

kali linux のインストール
https://www.microsoft.com/ja-jp/p/kali-linux/9pkr34tncv07?activetab=pivot:overviewtab

Windows→アプリ→kali linux から起動
GUIのインストール

sudo apt update;
sudo apt -y dist-upgrade;
wget https://kali.sh/xfce4.sh;
sudo sh xfce4.sh;

x410を導入
https://www.microsoft.com/ja-jp/p/x410/9nlp712zmn9q?activetab=pivot:overviewtab

GUIで起動するバッチファイルの作成

start_kali_gui.bat
start /B x410.exe /desktop
kali.exe run "if [ -z \"$(pidof xfce4-session)\" ]; then export DISPLAY=127.0.0.1:0.0; xfce4-session; pkill '(gpg|ssh)-agent'; fi;"

ツールのインストール

sudo apt install kali-linux-all;
5
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
9