summaryrefslogtreecommitdiff
path: root/tests.sh (unfollow)
AgeCommit message (Collapse)Author
2022-05-02Make application go-install-able and create a docker imageMathieu Deous
2022-04-15Rewrite shell script in GoMathieu Deous
2018-06-26Detect things like '@include'jvoisin
This should close #71
2018-05-29Add detection for Nanojvoisin
[Nano]( https://github.com/UltimateHackers/nano ) is a family of PHP webshells which are code golfed to be extremely stealthy and efficient.
2018-02-21Add a detection for things like `eval/* …*/(`jvoisin
2018-02-21Some regexps are now matching on word boundariesjvoisin
This should close #51
2018-02-21Major cleanup of useless filesjvoisin
2017-11-21Add a new sample, and a way to detect itjvoisin
2017-07-26Add some detectionsjvoisin
2017-04-28Add Hpack detection methodjvoisin
2016-12-09Add a detection for register_shutdown_functionjvoisin
Close #41
2016-12-08Add a '${${' rulejvoisin
2016-12-08Remove a broken testjvoisin
2016-12-01Add a new detection wayjvoisin
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-01Detect [novahot]( https://github.com/chrisallenlane/novahot )jvoisin
Closes #37
2016-06-27Add detection for a callback-based malwaresJulien (jvoisin) Voisin
2016-05-11Fix the testsJulien (jvoisin) Voisin
2016-04-11Whitelist UHTMLPufifierJulien (jvoisin) Voisin
2016-03-31Add ASP webshell detectionxarkes
2016-03-23Fix a broken testJulien (jvoisin) Voisin
2016-03-01Simplify the previous commitJulien (jvoisin) Voisin
2016-03-01Add a rule to catch fancy .htaccess tricksJulien (jvoisin) Voisin
2016-02-26Add yet another cool bypass, thanks to @badluck81Julien (jvoisin) Voisin
2016-02-26Fix a really cool bypassJulien (jvoisin) Voisin
2016-02-24Even more tests for the testsuite!Julien (jvoisin) Voisin
2016-02-23Add some more testsJulien (jvoisin) Voisin
2016-02-23Add a wonderful testsuite!Julien Voisin