运维 · 2023年10月18日 0

红队利器 – 创建无限 UAC 提示,强制用户以管理员身份运行

ForceAdmin 是 ac# 有效负载构建器,创建无限的 UAC 弹出窗口,直到用户允许程序运行。输入的命令通过调用 cmd.exe 的 powershell 运行,并且应该使用批处理语法。这种攻击将迫使他们以管理员身份运行。

        


[?] Enter the output file name > py.exe[?] Enter the window command to be executed > whoami /priv && pause[?] Would you like to configure the ForceAdmin powershell command? (Y/N) > y[*] Please wait for the arguments to be loaded into the input dialouge[?] Edit the powershell arguments > -NoLogo -NoProfile -Noninteractive -WindowStyle hidden -ExecutionPolicy bypass[*] Generating payload...[*] Payload generated!


点否则一直循环UAC、直到点是授权




项目地址

https://github.com/catzsec/ForceAdmin/releases/tag/v1.2.0


如有侵权,请联系删除

好文推荐

红队打点评估工具推荐
干货|红队项目日常渗透笔记
实战|后台getshell+提权一把梭
一款漏洞查找器(挖漏洞的有力工具)
神兵利器 | 附下载 · 红队信息搜集扫描打点利器
神兵利器 | 分享 直接上手就用的内存马(附下载)
推荐一款自动向hackerone发送漏洞报告的扫描器

欢迎关注 系统安全运维