From 0ba93b6ae317cbb7ff77b5ab1ae973542e80daab Mon Sep 17 00:00:00 2001 From: madefourit <96498047+madefourit@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:18:37 -0500 Subject: [PATCH] module docs and description --- .../modules/exploit/windows/persistence/powershell_profile.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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