6 matches found
SharpRDP
SharpRDP - 用于经过身份验证的命令执行的远程桌面协议控制台应用程序 构建 要编译,请在Visual Studio中打开项目并生成为Release版本。两个DLL将输出到Release目录,但您不需要它们,因为DLL已包含在程序集中。 如果您不想使用提供的DLL,您需要.NET SDK来创建AxMSTSCLib.dll DLL。要创建它,您需要从SDK中对mstscax.dll运行aximp。%%\aximp.exe %windir%\system32\mstscax.dll。这些DLL需要被项目引用以创建Interop DLL。...
MoveKit
MoveKit - Cobalt Strike 横向移动工具包 MoveKit 是内置 Cobalt Strike 横向移动功能的扩展,它利用 executeassembly 函数以及 SharpMove 和 SharpRDP .NET 程序集。攻击者脚本通过读取特定执行类型的模板文件来处理负载创建。 重要提示:要使用该脚本,用户只需加载 MoveKit.cna 攻击者脚本,该脚本将同时加载所有其他必要的脚本。此外,根据所执行的操作,需要编译 SharpMove 和 SharpRDP 程序集并将其放入 Assemblies 目录中。最后,某些文件移动需要动态编译,这需要 Mono。...
gargamel
Gargamel 编译 已使用 Rust 1.50+ 完成编译和测试。 在项目目录中打开终端,输入以下命令编译 release 版本: root@kitploit: cargo build --release 调试版本可使用以下命令编译: root@kitploit: cargo build 编译后的可执行文件分别位于 target/release/gargamel.exe 或 target/debug/gargamel.exe。 设置日志级别 如果希望更改日志级别: 打开 src/main.rs 在第 42 和 43 行,将 LevelFilter::Info...
MoveKit - Cobalt Strike Kit For Lateral Movement
Movekit is an extension of built in Cobalt Strike lateral movement by leveraging the executeassembly function with the SharpMove and SharpRDP .NET assemblies. The aggressor script handles payload creation by reading the template files for a specific execution type. IMPORTANT: To use the script a...
Gargamel - A Forensic Evidence Acquirer
A Forensic Evidence Acquirer Compile Assuming you have Rust 1.41+ installed. Open terminal in the project directory and to compile a release build type cargo build --release Debug build can be compiled using cargo build Compiled executable is located at target/release/gargamel.exe or...
SharpRDP - Remote Desktop Protocol .NET Console Application For Authenticated Command Execution
To compile open the project in Visual Studio and build for release. Two DLLs will be output to the Release directory, you do not need those because the DLLs are in the assembly. If you do not want to use the provided DLLs you will need to .NET SDK to create the AxMSTSCLib.dll DLL. To create it...