| Age | Commit message (Collapse) | Author |
|
|
|
This should close #51
|
|
|
|
|
|
|
|
This should close #64
|
|
|
|
|
|
Travis isn't running as root anymore :/
|
|
|
|
|
|
|
|
Wonderful, thank you ♥
|
|
add a badge linking to PMF's gitter chatroom
|
|
|
|
|
|
|
|
|
|
This close #44, thanks to @DrTyrell for spotting this issue ♥
|
|
|
|
|
|
Close #41
|
|
|
|
|
|
|
|
|
|
checked only if user asked pmf to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Closes #37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|