Install Parrot-Security-OS terminal on WSL2 (Windows 11)
Open the Microsoft Store and select Debian distro
Get and install the application
Create a unix user account (ex. parrot) and password
Ensure that Debian is running on WSL 2
--Powershell--
>> wsl --list --verbose
>> wsl --set-version <distribution name> <versionNumber>
Success! You now have WSL2 and Debian installed
Open PowerShell as Admin and run:
>> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Open PowerShell as Admin
>> wsl --set-default-version 2
$ sudo apt install gnupg
Let’s get to the fun stuff!
In your CLI, copy and paste to get the parrot-install.sh 281
Alternatively, copy the raw text if you don’t trust me :sob:
$ sudo apt update
$ sudo apt upgrade -y
$ chmod a+x parrot-install.sh
$ sudo ./parrot-install.sh
$ sudo su
$ parrot-upgrade
This will create an access port on your Local Area Network through the WSL network adapter.
Allows you to connect to an operating system.
Note: You can only remote into a single WSL machine at a time (b/c they share an IP address)
$ apt-get install xrdp
I created a bash file (rdp.sh) with
#!/bin/bash
/etc/init.d/xrdp start
ip addr