Skip to content

Rosariosis Detect

ID: rosariosis-detect

Severity: info

Author: princechaddha

Tags: tech,rosariosis

id: rosariosis-detect
info:
name: Rosariosis Detect
author: princechaddha
severity: info
reference:
- https://github.com/francoisjacquet/rosariosis
- https://www.rosariosis.org/
metadata:
max-request: 1
tags: tech,rosariosis
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "RosarioSIS="
- type: status
status:
- 200
# digest: 4a0a0047304502204e9de0bed8072b54710733725d028211ec6fbafc41495a9178ea640aff79cb27022100a81537a87896a4b3bb668eb15c463bf1d982d2db37ebd10dd4c48976cd62d656:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/rosariosis-detect.yaml"

View on Github