summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-04`SERVER['HTTP_*` is user-controllable.0.3.4Julien (jvoisin) Voisin
2016-10-31Improve a bit the readmeJulien (jvoisin) Voisin
2016-10-31removing dup entry and adding wp 4.2.4 whitelistsJulien "shaddai" Reveret
2016-10-31Improves the detection of concatenation-based obfuscationJulien (jvoisin) Voisin
2016-10-31missing or, fixing itJulien "shaddai" Reveret
2016-10-31wordpress 4.5.4 and 4.6 wl addedJulien "shaddai" Reveret
2016-10-28version 4.2.3 whitelist addedJulien "shaddai" Reveret
2016-10-28new magento whitelistsJulien "shaddai" Reveret
2016-10-27It seems that `and` has a precedence over `or`, unsurprisinglyJulien (jvoisin) Voisin
2016-10-27Extend whitelisting supportJulien (jvoisin) Voisin
Some detection modules weren't aware of whiteliting
2016-10-240.3.30.3.3Julien (jvoisin) Voisin
2016-10-06add the logo to the readmeJulien (jvoisin) Voisin
2016-10-06Add PMF's logoJulien (jvoisin) Voisin
2016-10-06Fix the documentation (closes #35)Julien (jvoisin) Voisin
The documentation stated `make test` instead of `make tests`. Thanks to @lippoliv for noticing.
2016-08-30Improve a bit the README fileJulien (jvoisin) Voisin
2016-08-30Add a rule to detect some obfuscated samplesJulien (jvoisin) Voisin
Thanks to @Doeurf for the sample
2016-08-26wordpress whitelist updateJulien "shaddai" Reveret
2016-08-26new phpmyadmin version added : 4.5.3Julien "shaddai" Reveret
2016-08-12Add a strrev-based detection, because skiddies are, will, skiddies.Julien (jvoisin) Voisin
2016-08-12Improves a bit the release processJulien (jvoisin) Voisin
2016-08-12Move the license file to the root folderJulien (jvoisin) Voisin
2016-07-29release doc fixJulien "shaddai" Reveret
2016-07-29comments triggering error in tests, fixing itJulien "shaddai" Reveret
2016-07-29add a release fileJulien "shaddai" Reveret
2016-07-29typo in changelog fixed, install file updated0.3.2Julien "shaddai" Reveret
2016-07-29debian package modificationJulien "shaddai" Reveret
2016-07-29new whitelists with new dir, adding them to the rule update functionJulien "shaddai" Reveret
2016-07-29adding custom.yar for user own webapp(s)Julien "shaddai" Reveret
2016-07-28add more whitelists (magento2, phpmyadmin, prestashop, symfony)Mathieu Deous
2016-07-28also add generated meta in existing whitelistsMathieu Deous
2016-07-28add generation date to metadata in generated whitelistsMathieu Deous
2016-07-28add drupal and wordpress rulesMathieu Deous
2016-07-28create script to create whitelists for all versions of given CMSMathieu Deous
2016-07-28move utility scripts to a ./utils/ subfolderMathieu Deous
2016-07-26Long lines aren't checked by defaultJulien (jvoisin) Voisin
PERFORMANCES PLUS PLUS YEAH YEAH YEAH!
2016-07-19Do not exit if `nice` isn't installedJulien (jvoisin) Voisin
2016-07-16Remove an obsolete testjvoisin
2016-07-16IRC keywords aren't case-sensitivejvoisin
2016-07-16Add a dodgy websitejvoisin
2016-07-13Fix the whitelist generationjvoisin
2016-07-09attempt at fixing whitelist generationMatToufoutu
2016-07-09make script python3 compatibleMatToufoutu
2016-07-09Reduce "too_many_chr" false positivesjvoisin
2016-07-08Explain why PMF rocks in the READMEjvoisin
2016-07-08Fix the previous commitjvoisin
It seems that a lot of jpeg files contain some <?php stuff :/
2016-07-07Add more images detectionJulien (jvoisin) Voisin
2016-07-07Factorize a bit the code, and add GIF-based backdoor detectionJulien (jvoisin) Voisin
2016-07-04Update README.mdshaddai
Add hint about yara build so people stop building it without sha1 support :)
2016-06-27Add detection for a callback-based malwaresJulien (jvoisin) Voisin
2016-06-17typo fix, sha1 hashes are 40 chars longJulien "shaddai" Reveret