| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-19 | 0.3.50.3.5 | jvoisin | |
| 2017-12-18 | Improve a bit the wording of the help message | jvoisin | |
| 2017-11-21 | Add a missing dep | jvoisin | |
| 2017-11-21 | Fix the build | jvoisin | |
| Travis isn't running as root anymore :/ | |||
| 2017-11-21 | Add a new sample, and a way to detect it | jvoisin | |
| 2017-07-26 | Add some detections | jvoisin | |
| 2017-07-11 | Remove the logo for now | jvoisin | |
| 2017-07-09 | Add ob_start as dodgy php (#56) | Fariskhi Vidyan | |
| Wonderful, thank you ♥ | |||
| 2017-05-19 | add gitter badge | Mathieu D | |
| add a badge linking to PMF's gitter chatroom | |||
| 2017-04-28 | Add Hpack detection method | jvoisin | |
| 2017-04-26 | Add a detection for a smart webshell | jvoisin | |
| 2017-03-03 | Add a test for "AddType application/x-httpd-cgi" | jvoisin | |
| 2017-02-21 | Add another simple hex-string pattern | jvoisin | |
| 2016-12-30 | \x09-\x0d are no-rintable chars, but aren't malicious. | jvoisin | |
| This close #44, thanks to @DrTyrell for spotting this issue ♥ | |||
| 2016-12-16 | Update the readme to reflect the license change | jvoisin | |
| 2016-12-16 | Change the license to LGPL | jvoisin | |
| 2016-12-09 | Add a detection for register_shutdown_function | jvoisin | |
| Close #41 | |||
| 2016-12-08 | Improve a bit the debian packaging | jvoisin | |
| 2016-12-08 | Fix `make deb` warnings | jvoisin | |
| 2016-12-08 | Add a missing test file | jvoisin | |
| 2016-12-08 | fixing issue #40, no more double slash in output when scanning a whole directory | Julien "shaddai" Reveret | |
| 2016-12-08 | fixed in commit b7143d389051f2bd7a8d4f15c89b4a76e9fdb9b6, long lines are ↵ | Julien "shaddai" Reveret | |
| checked only if user asked pmf to | |||
| 2016-12-08 | fix for the newly introduced function, did somebody say QA ? | Julien "shaddai" Reveret | |
| 2016-12-08 | Fix the Debian packaging | jvoisin | |
| 2016-12-08 | Add a '${${' rule | jvoisin | |
| 2016-12-08 | @eval isn't legit at all | jvoisin | |
| 2016-12-08 | Remove a broken test | jvoisin | |
| 2016-12-08 | Remove some useless and buggy rules | jvoisin | |
| 2016-12-08 | misc tools like whitelist generation require python yara | Julien "shaddai" Reveret | |
| 2016-12-08 | Introducing new function : give user hints about potential malicious files | Julien "shaddai" Reveret | |
| 2016-12-01 | Merge branch 'master' of https://github.com/nbs-system/php-malware-finder | Julien "shaddai" Reveret | |
| 2016-12-01 | Add a link in the README | jvoisin | |
| 2016-12-01 | Add a new detection way | jvoisin | |
| Close #38 Some webshells are using non-printable characters, so we match on them (kudos to @blotus for the idea). The regexp `[^ -~]` is completely killing the performances, this is why we're using [atoms](https://gist.github.com/Neo23x0/e3d4e316d7441d9143c7) to dramatically increase the scanning speed. | |||
| 2016-12-01 | debian package changelog modified for 0.3.4 | Julien "shaddai" Reveret | |
| 2016-12-01 | Detect [novahot]( https://github.com/chrisallenlane/novahot ) | jvoisin | |
| Closes #37 | |||
| 2016-11-07 | debian package changelog modified for 0.3.4 | Julien "shaddai" Reveret | |
| 2016-11-04 | `SERVER['HTTP_*` is user-controllable.0.3.4 | Julien (jvoisin) Voisin | |
| 2016-10-31 | Improve a bit the readme | Julien (jvoisin) Voisin | |
| 2016-10-31 | removing dup entry and adding wp 4.2.4 whitelists | Julien "shaddai" Reveret | |
| 2016-10-31 | Improves the detection of concatenation-based obfuscation | Julien (jvoisin) Voisin | |
| 2016-10-31 | missing or, fixing it | Julien "shaddai" Reveret | |
| 2016-10-31 | wordpress 4.5.4 and 4.6 wl added | Julien "shaddai" Reveret | |
| 2016-10-28 | version 4.2.3 whitelist added | Julien "shaddai" Reveret | |
| 2016-10-28 | new magento whitelists | Julien "shaddai" Reveret | |
| 2016-10-27 | It seems that `and` has a precedence over `or`, unsurprisingly | Julien (jvoisin) Voisin | |
| 2016-10-27 | Extend whitelisting support | Julien (jvoisin) Voisin | |
| Some detection modules weren't aware of whiteliting | |||
| 2016-10-24 | 0.3.30.3.3 | Julien (jvoisin) Voisin | |
| 2016-10-06 | add the logo to the readme | Julien (jvoisin) Voisin | |
| 2016-10-06 | Add PMF's logo | Julien (jvoisin) Voisin | |
| 2016-10-06 | Fix the documentation (closes #35) | Julien (jvoisin) Voisin | |
| The documentation stated `make test` instead of `make tests`. Thanks to @lippoliv for noticing. | |||
