EXP提权适合补丁未打全的系统
如果补丁打全了,考虑中间件提权
补充:
本地提权:需要交互式的shell,即需要远程登录服务器后运行提权
远程提权:无需交互

收集补丁信息

systeminfo
提权-EXP

搜索适合的EXP

secwiki的exp汇总

https://github.com/SecWiki/windows-kernel-exploits

零组的exp汇总

http://www.0-sec.org/提权EXP/Win/2.html
提权-EXP

在线匹配EXP

http://blog.neargle.com/win-powerup-exp-index/#
提权-EXP

零组辅助脚本匹配EXP

http://www.0-sec.org/提权EXP/Win/1.html
https://github.com/ianxtianxt/win-exp-

  1. systeminfo信息输出至文本中
    systeminfo >> systeminfo.txt
    提权-EXP
    提权-EXP

down下本机
2. 脚本匹配
注意先更新数据
python2 windows-exploit-suggester.py --update
数据与sys信息匹配
python2 windows-exploit-suggester.py --database 2020-03-10-mssb.xls --systeminfo systeminfo.txt
提权-EXP

EXP序列号及地址皆已给出

提权实验

MS15-051

  1. 上传合适的exe
    提权-EXP

  2. 提权
    webshell运行ms15-051x64.exe "whoami"
    提权-EXP
    提权-EXP

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2021-12-19
  • 2021-05-09
  • 2021-07-22
  • 2022-02-16
猜你喜欢
  • 2021-09-01
  • 2022-01-03
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
相关资源
相似解决方案