diff --git a/documentation/modules/exploit/windows/persistence/powershell_profile.md b/documentation/modules/exploit/windows/persistence/powershell_profile.md index 9d1b98c63f..155d629c8f 100644 --- a/documentation/modules/exploit/windows/persistence/powershell_profile.md +++ b/documentation/modules/exploit/windows/persistence/powershell_profile.md @@ -1,8 +1,6 @@ ## Vulnerable Application -Instructions to get the vulnerable application. If applicable, include links to the vulnerable install -files, as well as instructions on installing/configuring the environment if it is different than a -standard install. Much of this will come from the PR, and can be copy/pasted. +This module establishes persistence by modifying a PowerShell profile script, which is automatically executed when PowerShell starts. The module supports multiple profile scopes (current user or all users) and safely backs up any existing profile prior to modification, enabling clean removal by restoring the original file. ## Verification Steps