index
:
php-malware-finder
master
migrate-ci
Detect potentially malicious PHP files
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-10-19
reverting change since it triggers too many false positives
Julien "shaddai" Reveret
2015-10-14
signatures: eval can be prefixed by an open square bracket
Mathieu Deous
2015-10-09
tested php-malware-finder against many webshells, completed the signature lists
Julien "shaddai" Reveret
2015-10-09
added whitelist to package
Julien "shaddai" Reveret
2015-10-09
builddir changed, modifying install files accordingly
Julien "shaddai" Reveret
2015-10-09
control file modification
Julien "shaddai" Reveret
2015-10-08
Makefile changed : no more git clone, new build dir
Julien "shaddai" Reveret
2015-10-08
reorganized git repo
Julien "shaddai" Reveret
2015-07-29
Add some more rules
jvoisin
2015-07-29
Add some more dodgy functions
jvoisin
2015-07-28
Add `pack` to the list
jvoisin
2015-07-13
Yara is not bundled anymore
jvoisin
2015-07-13
Add a license and a readme
jvoisin
2015-07-13
Fix a bit the build system
jvoisin
2015-07-13
Remove useless scripts
jvoisin
2015-07-13
Add a whitelist generator
jvoisin
2015-07-13
Add Magento 1.9.2.0 in whitelist
jvoisin
2015-07-13
Add a match on `array_filter`
jvoisin
2015-07-10
add yara binary
Sebastien Blot
2015-07-10
Add Phpmyadmin in whitelis
jvoisin
2015-07-10
Add Owncloud, Dotclear, concrete5, roundcube and more drupal to the
jvoisin
2015-07-10
Whitelist also works for keywords
jvoisin
2015-07-09
Add some comments
jvoisin
2015-07-09
Simplify the php rule
jvoisin
2015-07-09
Add some drupal rules
jvoisin
2015-07-09
Add some Magento whitelists
jvoisin
2015-07-09
Split the whitelist in another file
jvoisin
2015-07-09
Add whitelist for wordpress 3.2.1
jvoisin
2015-07-09
Add a whitelist for wordpress 3.5.1
jvoisin
2015-07-09
Use anonymous strings where it makes sense to do so.
jvoisin
2015-07-09
make IsPhp a global rule
jvoisin
2015-07-09
Add a whitelist system
jvoisin
2015-07-03
`assert` can be dodgy too
jvoisin
2015-07-03
Remove the static yara binary
jvoisin
2015-06-30
Throttle the python poc
jvoisin
2015-06-30
Add a comment
jvoisin
2015-06-30
Python bindings, fuck yeah!
jvoisin
2015-06-30
Add filesize check
jvoisin
2015-06-30
Simplify a bit the rules
jvoisin
2015-06-30
Oups
jvoisin
2015-06-30
Replace the $__ rule with the $___ one.
jvoisin
2015-06-30
Use find to reduce the number of candidates in script.sh
jvoisin
2015-06-25
What about moar spaces?
jvoisin
2015-05-22
Remove a duplicate rule, and make another more generic
jvoisin
2015-05-22
Fix a mistake
jvoisin
2015-05-21
Remove a slow-and-false-positives-generating rule
jvoisin
2015-05-21
Speed up a rule
jvoisin
2015-05-20
YARA fallback
Julien (jvoisin) Voisin
2015-05-20
If the config file isn't in /etc, look in the current directory
Julien (jvoisin) Voisin
2015-05-13
Add onemore rule
Julien (jvoisin) Voisin
[next]