
Exploit de prueba de concepto para CVE-2020-9496 (Apache OFBiz) con integración de plantillas de nuclei y configuración paso a paso de un entorno vulnerable para pruebas de seguridad y educación.
▶ wget http://archive.apache.org/dist/ofbiz/apache-ofbiz-17.12.01.zip
▶ unzip apache-ofbiz-17.12.01.zip
▶ cd apache-ofbiz-17.12.01
▶ sh gradle/init-gradle-wrapper.sh
▶ ./gradlew cleanAll loadDefault
▶ ./gradlew "ofbiz --load-data readers=seed,seed-initial,ext"
▶ ./gradlew ofbiz # Start OFBiz
Abre un navegador y ve a https://localhost:8443.
La cuenta administrativa por defecto es usuario: admin contraseña: ofbiz.
> echo "https://localhost:8443" | nuclei -t cves/CVE-2020-9496.yaml