Merge pull request #9459 from righettod/simplesamlphp_add
Add detection of simpleSAMLphp instances.patch-1
commit
8e291eb280
|
@ -0,0 +1,30 @@
|
|||
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
|
Loading…
Reference in New Issue