Files
nuclei-templates/http/technologies/simplesamlphp-detect.yaml
Dominique RIGHETTO 0dd2d42f2c Fix error in tags
2024-03-30 17:05:21 +01:00

31 lines
802 B
YAML

id: simplesamlphp-detect
info:
name: SimpleSAMLphp - Detect
author: righettod
severity: info
description: |
SimpleSAMLphp was detected.
reference:
- https://simplesamlphp.org/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"SimpleSAMLphp installation page"
tags: tech,simplesamlphp,detect
http:
- method: GET
path:
- "{{BaseURL}}/simplesaml/module.php/core/frontpage_welcome.php"
- "{{BaseURL}}/module.php/core/frontpage_welcome.php"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "you have successfully installed simplesamlphp", "simplesamlphp installation page", "/module.php/core/login-admin.php")'
condition: and