diff options
| author | jvoisin | 2015-07-10 14:40:16 +0200 |
|---|---|---|
| committer | jvoisin | 2015-07-10 14:40:16 +0200 |
| commit | 3494cd765f5f035d104b8c980bdf42cfb1c09223 (patch) | |
| tree | 4af4f5b4d86a23b617b3ef836858295e507787a4 | |
| parent | 89ba3a48b0111e16d5e7501d245e9018d0a9de60 (diff) | |
Add Phpmyadmin in whitelis
| -rw-r--r-- | whitelist.yara | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/whitelist.yara b/whitelist.yara index 0142a53..6d5fdb8 100644 --- a/whitelist.yara +++ b/whitelist.yara | |||
| @@ -85,7 +85,6 @@ private rule Dotclear : Blog | |||
| 85 | hash.sha1(0, filesize) == "51e6810ccd3773e2bd453e97ccf16059551bae08" or // inc/libs/clearbricks/common/lib.date.php | 85 | hash.sha1(0, filesize) == "51e6810ccd3773e2bd453e97ccf16059551bae08" or // inc/libs/clearbricks/common/lib.date.php |
| 86 | hash.sha1(0, filesize) == "4172e35e7c9ce35de9f56fb8dfebe8d453f0dee4" or // inc/libs/clearbricks/template/class.template.php | 86 | hash.sha1(0, filesize) == "4172e35e7c9ce35de9f56fb8dfebe8d453f0dee4" or // inc/libs/clearbricks/template/class.template.php |
| 87 | hash.sha1(0, filesize) == "cf65db6ae55486f51370f87c4653aaed56903ccc" // inc/core/class.dc.modules.php | 87 | hash.sha1(0, filesize) == "cf65db6ae55486f51370f87c4653aaed56903ccc" // inc/core/class.dc.modules.php |
| 88 | |||
| 89 | } | 88 | } |
| 90 | 89 | ||
| 91 | private rule Owncloud | 90 | private rule Owncloud |
| @@ -97,7 +96,14 @@ private rule Owncloud | |||
| 97 | hash.sha1(0, filesize) == "5346cb6817a75c26a6aad86e0b4ffb1d5145caa5" or // 3rdparty/symfony/process/Symfony/Component/Process/Process.php | 96 | hash.sha1(0, filesize) == "5346cb6817a75c26a6aad86e0b4ffb1d5145caa5" or // 3rdparty/symfony/process/Symfony/Component/Process/Process.php |
| 98 | hash.sha1(0, filesize) == "c8a6d4292448c7996e0092e6bfd38f90c34df090" or // core/doc/admin/_images/oc_admin_app_page.png | 97 | hash.sha1(0, filesize) == "c8a6d4292448c7996e0092e6bfd38f90c34df090" or // core/doc/admin/_images/oc_admin_app_page.png |
| 99 | hash.sha1(0, filesize) == "acc7af31d4067c336937719b9a9ad7ac8497561e" // core/doc/admin/_sources/configuration_server/performance_tuning.txt | 98 | hash.sha1(0, filesize) == "acc7af31d4067c336937719b9a9ad7ac8497561e" // core/doc/admin/_sources/configuration_server/performance_tuning.txt |
| 99 | } | ||
| 100 | 100 | ||
| 101 | private rule Phpmyadmin | ||
| 102 | { | ||
| 103 | condition: | ||
| 104 | /* phpmyadmin 4.4.11 */ | ||
| 105 | hash.sha1(0, filesize) == "52afd26f6d38e76d7d92b96809f98e526e45c021" or // libraries/DatabaseInterface.class.php | ||
| 106 | hash.sha1(0, filesize) == "398507962b9dd89b0352f2ea9c648152fe932475" // libraries/DBQbe.class.php | ||
| 101 | } | 107 | } |
| 102 | 108 | ||
| 103 | private rule IsWhitelisted | 109 | private rule IsWhitelisted |
| @@ -110,5 +116,6 @@ private rule IsWhitelisted | |||
| 110 | Roundcube or | 116 | Roundcube or |
| 111 | Concrete5 or | 117 | Concrete5 or |
| 112 | Dotclear or | 118 | Dotclear or |
| 113 | Owncloud | 119 | Owncloud or |
| 120 | Phpmyadmin | ||
| 114 | } | 121 | } |
