diff --git a/README.md b/README.md index b074bb2a75c..3ea97a7a489 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ A huge thank you to @D00m3dR4v3n for single-handedly porting CAPE to Python 3. * __Only rooter should be executed as root__, the rest as __cape__ user. Running as root will mess with permissions. 1. Become familiar with the [documentation](https://capev2.readthedocs.io/en/latest/) and __do read ALL__ config files inside of `conf` folder! -2. For best compabitility we strongly suggest installing on [Ubuntu 24.04 LTS](https://ubuntu.com/#download) and using Windows 10 21H2 as target. +2. For best compabitility we strongly suggest installing on [Ubuntu 24.04 LTS](https://ubuntu.com/#download) and using Windows 10 or Windows 11 23H2 as target. 3. `kvm-qemu.sh` and `cape2.sh` __SHOULD BE__ executed from `tmux` session to prevent any OS problems if ``ssh`` connections breaks. 4. [KVM](https://github.com/kevoreilly/CAPEv2/blob/master/installer/kvm-qemu.sh) is recommended as the hypervisor. * Replace `` with a real pattern. diff --git a/analyzer/windows/bin/PPLinject64.exe b/analyzer/windows/bin/PPLinject64.exe index 5dcfef78a57..5d09621bb56 100644 Binary files a/analyzer/windows/bin/PPLinject64.exe and b/analyzer/windows/bin/PPLinject64.exe differ diff --git a/changelog.md b/changelog.md index 381dc54455d..b26212ab306 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,5 @@ ### [02.03.2026] +* PPLinject V2: Compatibility with all Win10 (22H2+) & Win11 (<=23H2) * Monitor updates: * Disable manifest generation: prevent mui load attempts on 22H2+ * WMI fixes (thanks doomedraven) diff --git a/docs/book/src/installation/guest/creation.rst b/docs/book/src/installation/guest/creation.rst index 945e63736ad..ca56135fc9b 100644 --- a/docs/book/src/installation/guest/creation.rst +++ b/docs/book/src/installation/guest/creation.rst @@ -16,8 +16,8 @@ guide, so please refer to the virtualization software's official documentation. .. note:: - For analysis purposes, it is recommended to use Windows 10 21H2 with User - Access Control disabled. + For analysis purposes, it is recommended to use Windows 10 or Windows 11 23H2 + with User Access Control disabled. .. note:: diff --git a/docs/book/src/installation/guest_physical/creation.rst b/docs/book/src/installation/guest_physical/creation.rst index 949eb799231..4e1b68cb0f6 100644 --- a/docs/book/src/installation/guest_physical/creation.rst +++ b/docs/book/src/installation/guest_physical/creation.rst @@ -15,8 +15,8 @@ guide, so please refer to the official documentation. chapter. .. note:: - For analysis purposes, you are recommended to use Windows 10 21H2 with User - Access Control disabled. + For analysis purposes, it is recommended to use Windows 10 or Windows 11 23H2 + with User Access Control disabled. When creating the physical machine, CAPE doesn't require any specific diff --git a/docs/book/src/introduction/what.rst b/docs/book/src/introduction/what.rst index fe58fa65021..62bdcae2e9b 100644 --- a/docs/book/src/introduction/what.rst +++ b/docs/book/src/introduction/what.rst @@ -129,7 +129,7 @@ The following picture explains CAPE's main architecture: :align: center The recommended setup is *GNU/Linux* (Ubuntu LTS preferably) as the Host and -*Windows 10 21H2* as a Guest. +*Windows 10 or Windows 11 23H2* as a Guest. Obtaining CAPE ================