Create rosariosis-detect.yaml
parent
ae078ecd51
commit
58efd2259a
|
@ -0,0 +1,26 @@
|
|||
id: rosariosis-detect
|
||||
|
||||
info:
|
||||
name: Rosariosis Detect
|
||||
author: princechaddha
|
||||
severity: info
|
||||
reference:
|
||||
- https://github.com/francoisjacquet/rosariosis
|
||||
- https://www.rosariosis.org/
|
||||
tags: tech,rosariosis
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "RosarioSIS="
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue