Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
RedPersist — C# tool for establishing Windows persistence via multiple techniques including scheduled tasks, WMI events, startup folders, and registry hijacking, designed for red team operations. | Kitploit
Tools/GitHubGitHub/mertdas/redpersist
Persistence MechanismsPost-ExploitationRed Teaming
GitHubmertdas/redpersist

RedPersist

C# tool for establishing Windows persistence via multiple techniques including scheduled tasks, WMI events, startup folders, and registry hijacking, designed for red team operations.

View Repository
225332 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

RedPersist

redpersist

RedPersist is a Windows Persistence tool written in C#

Compiling Project

Below 3rd party libraries are used in this project.

TaskScheduler
https://github.com/dahall/TaskScheduler
Fody
https://github.com/Fody/Fody

Load the Visual Studio project up and go to "Tools" > "NuGet Package Manager" > "Package Manager Settings"
Open "NuGet Package Manager" > "Package Sources"

Install the Fody
Install-Package Costura.Fody -Version 3.3.3

Install the Taskscheduler
Install-Package TaskScheduler -Version 2.8.11

image

Usage

You can use it with execute-assembly or standalone executable

RedPersist.exe --method C:\Path\to\executable.exe
RedPersist.exe --help

Available Methods

--help/-h : Help Menu
RedPersist.exe --help

--eventviewer : Persistence via Eventviewer Helper
RedPersist.exe --eventviewer C:\Users\User\exe.exe

--startup : Persistence via Startup
RedPersist.exe --startup C:\Users\User\exe.exe

--autologon : Persistence via Autologon
RedPersist.exe --startup C:\Users\User\exe.exe

--screensaver : Persistence via Screensaver
RedPersist.exe --screensaver C:\Users\User\exe.exe

--wmi : Persistence via Wmi Event Subscription(To Notepad.exe)
RedPersist.exe --wmi C:\Users\User\exe.exe

--schedule : Persistence via Scheduled Tasks
RedPersist.exe --schedule TaskName C:\Users\User\exe.exe

--extension : Persistence via Extension Hijacking(TXT)
RedPersist.exe --extension C:\Users\User\exe.exe

--winlogon : Persistence via UserInitMprLogonScript
RedPersist.exe --winlogon TaskName C:\Users\User\exe.exe : Persistence via Powershell Profile

image

Download Tool


--powershell

RedPersist.exe--pwsh C:\Users\User\Documents\windowspowershell C:\Users\User\Documents\windowspowershell\profile.ps1 C:\Users\User\Desktop\exe.exe