basic xss
parent
b72489445c
commit
8ca66bd66d
|
@ -0,0 +1,19 @@
|
|||
id: General XSS
|
||||
|
||||
info:
|
||||
name: General XSS
|
||||
author: nadino
|
||||
severity: medium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '"><injectable>'
|
||||
part: body
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(content_type,"html")'
|
Loading…
Reference in New Issue