使用Shiro_exploit工具,检查是否存在默认的key

1.Github项目地址,下载利用工具:https://github.com/insightglacier/Shiro_exploit

2.1使用示例:python shiro_exploit.py -u http://192.168.100.30:8081

     遇到Crypto模块未安装

        pip uninstall crypto pycryptodome

        pip install pycryptodome

Shiro反序列化漏洞利用——2、Shiro_exploit漏洞检测

2.2继续使用示例:python shiro_exploit.py -u http://192.168.100.30:8081

获取到key

Shiro反序列化漏洞利用——2、Shiro_exploit漏洞检测

 

相关文章:

  • 2021-06-17
  • 2021-06-15
  • 2021-06-22
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
猜你喜欢
  • 2021-08-01
  • 2020-11-04
  • 2021-07-25
  • 2021-08-12
  • 2021-11-21
  • 2022-02-28
  • 2022-12-23
相关资源
相似解决方案