minor-update
parent
9365e77ef7
commit
a381f22134
|
@ -5,7 +5,8 @@ info:
|
||||||
author: pdteam
|
author: pdteam
|
||||||
severity: medium
|
severity: medium
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 4
|
max-request: 8
|
||||||
|
verified: true
|
||||||
tags: headless
|
tags: headless
|
||||||
|
|
||||||
headless:
|
headless:
|
||||||
|
@ -17,7 +18,7 @@ headless:
|
||||||
- action: waitload
|
- action: waitload
|
||||||
|
|
||||||
- action: script
|
- action: script
|
||||||
name: extract
|
name: extract1
|
||||||
args:
|
args:
|
||||||
code: |
|
code: |
|
||||||
() => {
|
() => {
|
||||||
|
@ -25,7 +26,7 @@ headless:
|
||||||
}
|
}
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: extract
|
part: extract1
|
||||||
words:
|
words:
|
||||||
- "polluted"
|
- "polluted"
|
||||||
|
|
||||||
|
@ -163,6 +164,7 @@ headless:
|
||||||
() => {
|
() => {
|
||||||
return window.vulnerableprop
|
return window.vulnerableprop
|
||||||
}
|
}
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: extract8
|
part: extract8
|
||||||
|
|
Loading…
Reference in New Issue