31 lines
1001 B
YAML
31 lines
1001 B
YAML
id: simplesamlphp-detect
|
|
|
|
info:
|
|
name: SimpleSAMLphp - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
SimpleSAMLphp was detected.
|
|
reference:
|
|
- https://simplesamlphp.org/
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
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
|
|
# digest: 4b0a004830460221008947ba7ebb0debe88119bad4ee31ab76e2aef6d84723058966d9508693062a91022100cdf298c84060a7365624019fdf4f9bd78b3d16c4ffd62e7ad7aec035ede9cc97:922c64590222798bb761d5b6d8e72950 |