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

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

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

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

工具目录

分类

查看所有分类
Loading categories
MiscTools — 杂项工具 | Kitploit
工具/GitHubGitHub/rasta-mouse/misctools
权限提升横向移动后渗透利用渗透测试命令与控制红队
GitHubrasta-mouse/misctools

MiscTools

杂项工具

查看仓库
269585年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

MiscTools

CsExec

命令执行 / 通过类似 PsExec 的功能进行横向移动。必须以特权用户身份运行。

root@kitploit:~
CsExec.exe <targetMachine> <serviceName> <serviceDisplayName> <binPath>

另请参阅 TikiService。

CsPosh

命令执行 / 通过 PowerShell 进行横向移动。在远程目标上创建 PowerShell 运行空间。必须以特权用户身份运行。

root@kitploit:~
Usage:
  -t, --target=VALUE         Target machine
  -c, --code=VALUE           Code to execute
  -e, --encoded              Indicates that provided code is base64 encoded
  -o, --outstring            Append Out-String to code
  -r, --redirect             Redirect stderr to stdout
  -d, --domain=VALUE         Domain for alternate credentials
  -u, --username=VALUE       Username for alternate credentials
  -p, --password=VALUE       Password for alternate credentials
  -h, -?, --help             Show Help

CsWMI

命令执行 / 通过 WMI 进行横向移动。必须以特权用户身份运行。

当前方法:ProcessCallCreate。

root@kitploit:~
CsWMI.exe <targetMachine> <command> <method>

另请参阅 The Return of Aggressor

CsDCOM

命令执行 / 通过 DCOM 进行横向移动。必须以特权用户身份运行。

当前方法:MMC20.Application、ShellWindows、ShellBrowserWindow、ExcelDDE。

root@kitploit:~
Usage:
  -t, --target=VALUE         Target Machine
  -b, --binary=VALUE         Binary: powershell.exe
  -a, --args=VALUE           Arguments: -enc <blah>
  -m, --method=VALUE         Method: MMC20Application, ShellWindows,
                               ShellBrowserWindow, ExcelDDE
  -h, -?, --help             Show Help

CsEnv

添加用户/计算机/进程环境变量。

root@kitploit:~
CsEnv.exe <variableName> <value> <target>

Credits

大部分代码是明目张胆地窃取并改编自:

  • Invoke-PsExec 作者 harmj0y
  • SharpWMI 作者 harmj0y
  • SharpCOM 作者 rvrsh3ll
下载工具