Merge pull request #9408 from righettod/dolibarr_upd
Add more detection criteria to the Dolibarr template.patch-1
commit
be11e7c1ac
|
@ -2,7 +2,7 @@ id: dolibarr-panel
|
|||
|
||||
info:
|
||||
name: Dolibarr Login Panel - Detect
|
||||
author: pikpikcu,daffainfo
|
||||
author: pikpikcu,daffainfo,righettod
|
||||
severity: info
|
||||
description: Dolibarr login panel was detected.
|
||||
classification:
|
||||
|
@ -30,6 +30,10 @@ http:
|
|||
part: body
|
||||
words:
|
||||
- '<meta name="author" content="Dolibarr Development Team">'
|
||||
- 'authentication mode = dolibarr'
|
||||
- 'Includes JS of Dolibarr'
|
||||
- '<div class="login_table_title center" title="Dolibarr'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
@ -43,5 +47,4 @@ http:
|
|||
- '<td align="center">Dolibarr ([0-9.]+)<\/td>'
|
||||
- '<td class="center">Dolibarr ([0-9.]+)<\/td>'
|
||||
- '<div id="infoVersion">Dolibarr ([0-9.]+)<\/div>'
|
||||
|
||||
# digest: 4a0a00473045022100abd70e20f8292aa6f942f0087f0ed7795fc38b3385737acf3554860ec9b8afb6022030cd097cd020fe53c4d1df73c983201be0cd5a4706899dcdb5a0beeb253899e5:922c64590222798bb761d5b6d8e72950
|
||||
- 'amp;version=([0-9.]+)'
|
||||
|
|
Loading…
Reference in New Issue