summaryrefslogtreecommitdiff
path: root/data/samples/real/guidtz.php (unfollow)
AgeCommit message (Collapse)Author
2022-05-02Make application go-install-able and create a docker imageMathieu Deous
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.