Post

[thm] Silver Platter

[thm] Silver Platter

information

alt text

port scan

alt text 浏览网页这里有提到一个网页应用,这里踩了一个大坑,因为linux下是区分大小写的,而我直接复制粘贴是没法访问这个网页。

alt text 查找发现这个网页应用存在登录绕过

alt text

https://gist.github.com/ChrisPritchard/4b6d5c70d9329ef116266a6c238dcb2d

alt text

https://github.com/RhinoSecurityLabs/CVEs/tree/master/CVE-2023-47323

同时存在一个越权(?)可以查看其他用户的消息。但是我们本身就是administrator能看也很合理吧🐶 alt text

user1

user1tim:cm0nt!md0ntf0rg3tth!spa$$w0rdagainlol

alt text

$cat /var/log/auth* | grep -i pass 获得的tim用户是adm组,可以查看日志。 user2tyler : _Zd_zx7N823/

alt text

own!

conclusion

  • 被大小写卡我也是没想到的。
  • 查看日志提权。
This post is licensed under CC BY 4.0 by the author.