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
Tools/GitHubGitHub/darkspacesecurity/runas-stealer
Password AttacksPost-ExploitationRed TeamingAdversarial Attack
GitHubdarkspacesecurity/runas-stealer

RunAs-Stealer

RunAs Utility Credential Stealer implementing 3 techniques : Hooking CreateProcessWithLogonW, Smart Keylogging, Remote Debugging

View Repository
2103741 year 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

RunAs-Stealer

RunAs Utility Credential Stealer implementing 3 techniques : Hooking CreateProcessWithLogonW, Smart Keylogging, Remote Debugging

Usage

The stealers are running in a while loop (the injector also in Hooking case) in the background, to kill them use Task Manager.

The stolen credentials are written to C:\Users\<Username>\Desktop\desktop.ini ADS log stream.

To get the credentials type the cmd command:

root@kitploit:~
more < "C:\Users\<Username>\Desktop\desktop.ini:log"

To remove the stored credentials type the powershell command:

root@kitploit:~
Remove-Item -Path "C:\Users\d1rk\Desktop\desktop.ini" -Stream "log"

N.B: Refer to the Demo down below for each use case

Hooking Demo

https://github.com/user-attachments/assets/5462c211-bb3c-44b9-b147-7129ad6ffed6

Remote Debugging Demo

https://github.com/user-attachments/assets/499a4fea-bec6-409e-935c-e61b469a02d5

Smart Keylogging Demo

https://github.com/user-attachments/assets/03966645-9c0a-4c0f-81cb-773383881e3f

Download Tool