Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
RunAs-Stealer — 3가지 기술을 구현하는 RunAs 유틸리티 자격 증명 탈취기: CreateProcessWithLogonW 후킹, 스마트 키로깅, 원격 디버깅 | Kitploit
도구/GitHubGitHub/darkspacesecurity/runas-stealer
Password AttacksPost-ExploitationRed TeamingAdversarial Attack
GitHubdarkspacesecurity/runas-stealer

RunAs-Stealer

3가지 기술을 구현하는 RunAs 유틸리티 자격 증명 탈취기: CreateProcessWithLogonW 후킹, 스마트 키로깅, 원격 디버깅

저장소 보기
2103741년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

RunAs-Stealer

RunAs 유틸리티 자격 증명 스틸러 — 3가지 기법 구현: CreateProcessWithLogonW 후킹, 스마트 키로깅, 원격 디버깅

사용법

스틸러들은 백그라운드에서 while 루프로 실행됩니다(후킹 케이스의 경우 인젝터도 포함). 종료하려면 작업 관리자를 사용하세요.

탈취된 자격 증명은 C:\Users\<Username>\Desktop\desktop.ini의 ADS log 스트림에 기록됩니다.

자격 증명을 확인하려면 cmd 명령어를 입력하세요:

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

저장된 자격 증명을 제거하려면 powershell 명령어를 입력하세요:

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

참고: 각 사용 사례에 대한 데모는 아래를 참조하세요

후킹 데모

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

원격 디버깅 데모

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

스마트 키로깅 데모

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

도구 다운로드