57uv6Z6g55qE5Y2a5a6i
MS4wLjABAAAA5qMD8Gzdcgq7HXUOviKB59i0-ybJ59jJvNzyaPt5XOsVNqP6DU7WLcoAXvdxvYdp💗
本站所有文章仅作技术研究,请勿非法破坏,请遵守相关法律法规,后果自负
【笔记】HomeAssistant安装HACS插件商店
【笔记】HomeAssistant集成米家
【笔记】Malleable-C2-Profiles学习笔记
前言
Malleable C2 is a domain specific language to redefine indicators in Beacon’s communication.(Github)
通过rsmudge/Malleable-C2-Profiles实现CobaltStrike的HTTP、HTTPS协议上线时的反溯源
【笔记】Windows通过WoL协议网络唤醒
【踩坑】Windows网卡设置中没有电源管理选项
【笔记】PowerShell的Cmdlet
前言
Cmdlets are specialized commands in the PowerShell environment that implement specific functions. These are the native commands in the PowerShell stack. Cmdlets follow a Verb-Noun naming pattern, such as Get-ChildItem, which makes it self-documenting code. Cmdlets output their results as objects and can also receive objects as input, making them suitable for use as recipients in a pipeline. If a cmdlet outputs multiple objects, each object in the collection is passed down through the entire pipeline before the next object is processed.(维基百科)