diff --git a/documentation/modules/exploit/multi/misc/weblogic_deserialize_badattrval.md b/documentation/modules/exploit/multi/misc/weblogic_deserialize_badattrval.md index ba9b66f05e..4bc02b0b5b 100644 --- a/documentation/modules/exploit/multi/misc/weblogic_deserialize_badattrval.md +++ b/documentation/modules/exploit/multi/misc/weblogic_deserialize_badattrval.md @@ -14,7 +14,10 @@ ### Installation - Installation instructions can be found [here](https://docs.oracle.com/cd/E24705_01/doc.91/e21052/appx_install_wls.htm#EOPWC376). + Some version of Java 8 jdk is required to be installed on the server. + This module has been tested successfully using jdk8u202 and [jdk8u251](https://www.oracle.com/java/technologies/javase-jdk8-downloads.html). + + Installation instructions for WebLogic can be found [here](https://docs.oracle.com/cd/E24705_01/doc.91/e21052/appx_install_wls.htm#EOPWC376). On step 10 of the installation instructions keep the `Run Quickstart` box checked and click `done`. A new window @@ -30,12 +33,12 @@ ## Verification Steps - 1. Install the application - 2. Start msfconsole - 3. Do: ```use exploit/multi/misc/weblogic_deserialize_badattrval``` - 4. Do: ```set RHOSTS ``` - 5. Do: ```run``` - 6. You should get a meterpreter session. +- [ ] Install the application +- [ ] Start msfconsole +- [ ] Do: ```use exploit/multi/misc/weblogic_deserialize_badattrval``` +- [ ] Do: ```set RHOSTS ``` +- [ ] Do: ```run``` +- [ ] You should get a meterpreter session. ## Scenarios ### WebLogic `v12.2.1.4` on Windows 10