diff --git a/documentation/modules/auxiliary/admin/http/tomcat_administration.md b/documentation/modules/auxiliary/admin/http/tomcat_administration.md index fba9f81317..c98c21be7a 100644 --- a/documentation/modules/auxiliary/admin/http/tomcat_administration.md +++ b/documentation/modules/auxiliary/admin/http/tomcat_administration.md @@ -2,7 +2,11 @@ The administrator application was removed as of Tomcat 6. Tomcat 5.5.36 is available from [apache](https://archive.apache.org/dist/tomcat/tomcat-5/v5.5.36/). This does not have the `admin` app bundled though, and can be downloaded [here](https://archive.apache.org/dist/tomcat/tomcat-5/v5.5.36/bin/apache-tomcat-5.5.36-admin.zip). - To utilize the `admin` application, a user must have the permission `admin` applied to their account. The following user line will handle all necessary permissions: ``. + To utilize the `admin` application, a user must have the permission `admin` applied to their account. The following user line will handle all necessary permissions: + + ``` + + ``` ## Verification Steps @@ -10,10 +14,10 @@ 2. Install the admin app 3. Start msfconsole 4. Do: ```use auxiliary/admin/http/tomcat_administration``` - 5. Do: ```set rhosts ``` - 6. Do: ```set tomcat_user ``` - 7. Do: ```set tomcat_pass ``` - 8. Do: ```set rport ``` + 5. Do: ```set rhosts [ips]``` + 6. Do: ```set tomcat_user [username]``` + 7. Do: ```set tomcat_pass [username]``` + 8. Do: ```set rport [port]``` 9. Do: ```run``` 10. Find all the Tomcat admin portals