Create mojoportal-detect.yaml
parent
5a4b9c2893
commit
c475419229
|
@ -0,0 +1,23 @@
|
|||
id: mojoportal-detect
|
||||
|
||||
info:
|
||||
name: Mojoportal Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
tags: tech,mojoportal
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Powered by mojoPortal"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue