| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-02 | Make application go-install-able and create a docker image | Mathieu Deous | |
| 2016-12-01 | Add a new detection way | jvoisin | |
| 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. | |||
