index
:
php-malware-finder
master
migrate-ci
Detect potentially malicious PHP files
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
php-malware-finder
/
tests.sh
(
follow
)
Age
Commit message (
Expand
)
Author
2022-05-02
Make application go-install-able and create a docker image
Mathieu Deous
2022-04-15
Rewrite shell script in Go
Mathieu Deous
2018-06-26
Detect things like '@include'
jvoisin
2018-05-29
Add detection for Nano
jvoisin
2018-02-21
Add a detection for things like `eval/* …*/(`
jvoisin
2018-02-21
Some regexps are now matching on word boundaries
jvoisin
2018-02-21
Major cleanup of useless files
jvoisin
2017-11-21
Add a new sample, and a way to detect it
jvoisin
2017-07-26
Add some detections
jvoisin
2017-04-28
Add Hpack detection method
jvoisin
2016-12-09
Add a detection for register_shutdown_function
jvoisin
2016-12-08
Add a '${${' rule
jvoisin
2016-12-08
Remove a broken test
jvoisin
2016-12-01
Add a new detection way
jvoisin
2016-12-01
Detect [novahot]( https://github.com/chrisallenlane/novahot )
jvoisin
2016-06-27
Add detection for a callback-based malwares
Julien (jvoisin) Voisin
2016-05-11
Fix the tests
Julien (jvoisin) Voisin
2016-04-11
Whitelist UHTMLPufifier
Julien (jvoisin) Voisin
2016-03-31
Add ASP webshell detection
xarkes
2016-03-23
Fix a broken test
Julien (jvoisin) Voisin
2016-03-01
Simplify the previous commit
Julien (jvoisin) Voisin
2016-03-01
Add a rule to catch fancy .htaccess tricks
Julien (jvoisin) Voisin
2016-02-26
Add yet another cool bypass, thanks to @badluck81
Julien (jvoisin) Voisin
2016-02-26
Fix a really cool bypass
Julien (jvoisin) Voisin
2016-02-24
Even more tests for the testsuite!
Julien (jvoisin) Voisin
2016-02-23
Add some more tests
Julien (jvoisin) Voisin
2016-02-23
Add a wonderful testsuite!
Julien Voisin