Create glpi-authentication.yaml
parent
683e1fd286
commit
f78a51fa18
|
@ -0,0 +1,24 @@
|
|||
id: glpi-authentication
|
||||
|
||||
info:
|
||||
name: GLPI - Authentification
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.shodan.io/search?query=http.title%3A%22GLPI+-+Authentification%22
|
||||
tags: panel,auth
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>GLPI - Authentication</title>'
|
||||
- 'title="Powered by Teclib and contributors" class="copyright">GLPI Copyright'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue