Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<username>` with a real pattern.
Expand Down
Binary file modified analyzer/windows/bin/PPLinject64.exe
Binary file not shown.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/installation/guest/creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/installation/guest_physical/creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/introduction/what.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
================
Expand Down