Commit Graph

12 Commits

Author SHA1 Message Date
Ryan Thrash
bb2a7b56d3 Add PclZip utility
PclZip library offers compression and extraction functions for Zip formatted archives (WinZip, PKZIP).

Source file downloads here: http://www.phpconcept.net/pclzip/pclzip-downloads
2018-10-25 20:44:37 -05:00
Ryan Thrash
8d9c8bcdd3 Add common MODX 2.6.5 known-clean false positives
First pass of a few more to come but this will start eliminating a lot of common false positives with MODX Revolution installs.
2018-10-10 11:53:20 -05:00
Gabor Gyorvari
7d8854ae8e JQuery whitelist update, reported in #24 2018-09-15 08:02:16 +02:00
nichogenius
a371961928 Two-key sorting is better
cat php-malware-scanner-master/whitelist.txt | sort -k 2,2 -k 1,1 | less
More of an OCD thing than anything, but might as well sort primarily by file path, secondarily by hash value.
2017-07-25 23:50:42 -06:00
nichogenius
bdb375441b Sorted this file by column 2
cat whitelist.txt | sort -k 2 | less
No reason this shouldn't be sorted perfectly to keep like files together.
No white list rules changed... just plain sorting.
2017-07-25 21:29:10 -06:00
nichogenius
9931821ec5 added wordfence whitelist
wp-content/plugins/wordfence/lib/wordfenceURLHoover.php
checksum verified with fresh download.
2017-07-25 06:38:23 -06:00
nichogenius
deb569cd11 contact-form-7 welcome-panel.php whitelist
contact-form-7 welcome-panel.php whitelist
confirmed md5 checksum from wordpress.org download.
2017-07-24 12:33:00 -06:00
Gabor Gyorvari
b522a23a74 Case insensitive extension check, removed problematic whitelist 2016-12-29 08:31:27 +01:00
screwloose83
e8ee36b534 Update Whitelist
Updated white list
2016-12-10 16:09:29 +01:00
Gabor Gyorvari
4f41362a46 extending patterns and whitelists 2016-08-15 15:07:23 +02:00
Gabor Gyorvari
dbeec3d29e extending patterns and whitelists 2016-08-12 21:39:10 +02:00
Gabor Gyorvari
7e06f846ae first commit 2016-05-05 07:35:23 +02:00