2 matches found
PowerSharpPack
赞助商 PowerSharpPack 许多有用的攻击性 C 项目被封装成 PowerShell,以便于使用。 为什么?在我看来,攻击性 PowerShell 并没有因为 AMSI、脚本块日志记录、约束语言模式或其他保护功能而消亡。这些机制中的任何一个都可以被绕过。由于大多数新的创新攻击性安全项目都是用 C 编写的,我决定让它们也能在 PowerShell 中使用。 那么我基本上做了什么? 1. 首先,克隆每个 C 仓库。 2. 将类和 main 方法设为 public。 3. 对于某些项目,我合并了包含新功能或错误修复的 pull request,或者我必须移除...
Seatbelt - A C# Project That Performs A Number Of Security Oriented Host-Survey "Safety Checks" Relevant From Both Offensive And Defensive Security Perspectives
Seatbelt is a C project that performs a number of security oriented host-survey "safety checks" relevant from both offensive and defensive security perspectives. @andrewchiles' HostEnum.ps1 script and @tifkin's Get-HostProfile.ps1 provided inspiration for many of the artifacts to collect. @harmj0...