diff options
| author | jvoisin | 2016-12-01 16:47:26 +0100 |
|---|---|---|
| committer | jvoisin | 2016-12-01 16:47:26 +0100 |
| commit | a5066ceabb98b8443465f7358b9fe3052246ce6d (patch) | |
| tree | 2c6e88cd16def5af94d70e309caf0df31d330af7 /README.md | |
| parent | 89c50eb34bfd61dca597f09c93f89af11971af77 (diff) | |
Add a new detection way
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.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions
