File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
config/nuclei-templates/51pwn Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ id : weblogic-bea_wls_internal-detect
2
+
3
+ info :
4
+ name : weblogic-bea_wls_internal-detect
5
+ author : 51pwn
6
+ severity : info
7
+ reference :
8
+ - https://github.com/hktalent
9
+ - https://51pwn.com
10
+ tags : weblogic,web,bea_wls_internal-detect
11
+
12
+ requests :
13
+ - raw :
14
+ - |
15
+ GET /bea_wls_internal/classes/mejb@/org/omg/stub/javax/management/j2ee/_ManagementHome_Stub.class HTTP/1.1
16
+ Host: {{Hostname}}
17
+ User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
18
+ redirects : true
19
+ max-redirects : 5
20
+
21
+ threads : 250
22
+ pipeline-concurrent-connections : 50
23
+ pipeline-requests-per-connection : 50
24
+
25
+ matchers-condition : and
26
+ matchers :
27
+ - type : status
28
+ status :
29
+ - 200
30
+ - type : word
31
+ part : body
32
+ words :
33
+ - " org/omg/stub/javax/management/j2ee/_ManagementHome_Stub"
34
+ - " javax/rmi/CORBA/Stub"
35
+ - " javax/ejb/EJBHome"
36
+ condition : and
37
+ - type : binary
38
+ part : body
39
+ binary :
40
+ - " fecabeba"
You can’t perform that action at this time.
0 commit comments