diff options
| -rw-r--r-- | php-malware-finder/whitelists/phpmyadmin.yar | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/php-malware-finder/whitelists/phpmyadmin.yar b/php-malware-finder/whitelists/phpmyadmin.yar index a5928b2..15a0a31 100644 --- a/php-malware-finder/whitelists/phpmyadmin.yar +++ b/php-malware-finder/whitelists/phpmyadmin.yar | |||
| @@ -58,6 +58,24 @@ private rule Phpmyadmin | |||
| 58 | /* Phpmyadmin 4.0.10 */ | 58 | /* Phpmyadmin 4.0.10 */ |
| 59 | hash.sha1(0, filesize) == "7a4b5cc17045f6bc9332a26958200c34c3882f97" or // doc/setup.rst | 59 | hash.sha1(0, filesize) == "7a4b5cc17045f6bc9332a26958200c34c3882f97" or // doc/setup.rst |
| 60 | hash.sha1(0, filesize) == "0c64f07f7b870341821ac6146f5cd7ed582a2d0b" or // doc/doctrees/setup.doctree | 60 | hash.sha1(0, filesize) == "0c64f07f7b870341821ac6146f5cd7ed582a2d0b" or // doc/doctrees/setup.doctree |
| 61 | hash.sha1(0, filesize) == "7a4b5cc17045f6bc9332a26958200c34c3882f97" // doc/html/_sources/setup.txt | 61 | hash.sha1(0, filesize) == "7a4b5cc17045f6bc9332a26958200c34c3882f97" or // doc/html/_sources/setup.txt |
| 62 | 62 | ||
| 63 | } \ No newline at end of file | 63 | /* Phpmyadmin 4.5.3 */ |
| 64 | hash.sha1(0, filesize) == "0fbe71d58549f29cc3e81b756fe97162384b6511" or // libraries/plugins/auth/AuthenticationCookie.class.php | ||
| 65 | hash.sha1(0, filesize) == "06f8260b4e0302f835aa5699e62a295a5942e558" or // libraries/server_variables.lib.php | ||
| 66 | hash.sha1(0, filesize) == "b386a09aca019b66053ba7c891cd13609b43c247" or // libraries/server_privileges.lib.php | ||
| 67 | hash.sha1(0, filesize) == "df1fb0222a0f59cb8d828d67d1d83209b2cb2a2e" or // libraries/tbl_columns_definition_form.inc.php | ||
| 68 | hash.sha1(0, filesize) == "d39e650c83f132d8d8a833dd9db0899e93d9f8c2" or // libraries/DatabaseInterface.class.php | ||
| 69 | hash.sha1(0, filesize) == "54e8cd6ebfec8b917b6b8e3585b20f9bf6aa189b" or // libraries/Config.class.php | ||
| 70 | hash.sha1(0, filesize) == "94209a3aa443025568d0845897d9409590b50ade" or // libraries/DBQbe.class.php | ||
| 71 | hash.sha1(0, filesize) == "fd2d16a06ce1600f48b084f3ad3b6b414281ba8b" or // libraries/tcpdf/tcpdf.php | ||
| 72 | hash.sha1(0, filesize) == "25da74af348f8afa75796d1bb1f58598bcbc4560" or // libraries/tcpdf/include/tcpdf_fonts.php | ||
| 73 | hash.sha1(0, filesize) == "e8927cdc56f41106ae991766573753c8d0024868" or // libraries/tcpdf/include/tcpdf_static.php | ||
| 74 | hash.sha1(0, filesize) == "357e6fa6dd90b04416dc768f6799e7750b0fedd3" or // libraries/Util.class.php | ||
| 75 | hash.sha1(0, filesize) == "1bbb5361596c0df84bde3447e2410adaa85212bb" or // libraries/tbl_info.inc.php | ||
| 76 | hash.sha1(0, filesize) == "0f8308e5973c5cda89965725b3782043d848dfcb" or // import.php | ||
| 77 | hash.sha1(0, filesize) == "65e0b5f3ceae1edf5db287bfbb3cfccb18616bc6" or // prefs_manage.php | ||
| 78 | hash.sha1(0, filesize) == "928cdc208fdbadd99b15141056cc127925e08cfa" or // doc/setup.rst | ||
| 79 | hash.sha1(0, filesize) == "e92c303fecc093066dc36774f03af3667035e403" or // doc/doctrees/setup.doctree | ||
| 80 | hash.sha1(0, filesize) == "928cdc208fdbadd99b15141056cc127925e08cfa" // doc/html/_sources/setup.txt | ||
| 81 | } | ||
