0x01 WebLogic Is Downloaded and Installed

To Oracle’s website to download Weblogic 10.3.6, select the Generic versions, each version choose to download address: www.oracle.com/technetwork…

Weblogic 10.3.6 download address: download.oracle.com/otn/nt/midd…

When the download is complete, open a command prompt and use the following command to install the 64-bit Weblogic:

 java -D64 -jar wls1036_generic.jar
Copy the code

1. Start the installation and click Next

2. Select create new Middleware home directory, select the middleware home directory, recommend drive letters other than drive C to avoid occupying system disk space, and click Next. (This is a VM with only drive C.)

3. Sign up for the security update step and click Next

4, if the pop-up connection fails, select I wish not to receive… Click to continue

5. Select “Typical” installation by default and click Next

6, Select JDK directory, default product installation directory, click “Next”

7. Select all users by default

8. Installation summary, next step

9. Start the installation.

10. If you want to create a WebLogic domain directly, select Run Quickstart and click Finish to enter the quick startup page. If you want to do this later, uncheck “Run Quickstart” and click “Finish” to complete the installation

11. Click “Ggetting Started with WebLogic Server” to enter the Fusion Middleware configuration wizard

12. Select create a new WebLogic domain

13. Go straight to the next step

14. Enter the name and location of the field and click “Next”.

15. Configure the administrator username and password, which are required for starting WebLogic and logging in to the console, and then click “Next”.

The default user name is Weblogic

Password: require at least eight characters,

16, select “production mode”, JDK preferably Weblogic JDK, click “Next”

17. Select Managed Servers, Managed Servers, Clusters, and Computers, and click Next.

18, the default name is ok, select the local listening address (local IP address) port number default 7001, click “Next”

19, no need to configure the managed server, directly click “Next”

20. Click Next without configuring the cluster

21. Click Next without configuring the computer

22. Start creation

22. After creating the domain, click Finish

0 x02 weblogic configuration

1. Go to C: Oracle\Middleware\user_projects\domains\base_domain and double-click startweblogic. CMD to startWebLogic

2. Enter the webLogic user name and password

3. Open the browser and enter the CONSOLE URL to enter the console for management

http://192.168.204.143:7001/console/ 

0x03 WebShell Is Uploaded to the Console

1. Click Lock and edit

2. Select Deploy and further click Install on the right

 

 

3. Click Upload File — enter the file upload interface and select the WAR package to upload

4. Select the WAR package to upload

5. Select a path and go to the next step

6. Select install this deployment as an application

7. Complete the deployment

8. After the activation change is selected, the status changes to Ready and the service is started

9. Access the URL to obtain the Webshell

 

 

About me: A network security enthusiast, dedicated to sharing original high-quality dry goods, welcome to follow my personal wechat public account: Bypass–, browse more wonderful articles.

 

Reference links:

Weblogic deploys projects in three ways

Blog.csdn.net/magi1201/ar…

Weblog 10.3.6 Installation and Configuration Diagrams

Wenku.baidu.com/view/938a7a…