Create jspxcms-detect.yaml
parent
d20a0f83f4
commit
6967e8ead6
|
@ -0,0 +1,23 @@
|
|||
id: jspxcms-detect
|
||||
|
||||
info:
|
||||
name: Jspxcms Detect
|
||||
author: princechaddha
|
||||
severity: info
|
||||
tags: tech,jspxcms
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Jspxcms"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue