Skip to content

Commit 9ca5c24

Browse files
committed
fix httpx,vscan结果未推送到ES的bug;2、更新workflow.jpg
1 parent b6a5a8c commit 9ca5c24

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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"

0 commit comments

Comments
 (0)