config: add new pattern
This commit is contained in:
parent
da01f1fd33
commit
99cc25aba3
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ impl Default for Config {
|
||||||
TrapPattern::as_plain("/.env"),
|
TrapPattern::as_plain("/.env"),
|
||||||
TrapPattern::as_plain("/config"),
|
TrapPattern::as_plain("/config"),
|
||||||
TrapPattern::as_plain("/actuator/"),
|
TrapPattern::as_plain("/actuator/"),
|
||||||
|
TrapPattern::as_plain("/_profiler/phpinfo"),
|
||||||
// More aggressive patterns for various PHP exploits.
|
// More aggressive patterns for various PHP exploits.
|
||||||
// XXX: I dedicate this entire section to that one single crawler
|
// XXX: I dedicate this entire section to that one single crawler
|
||||||
// that has been scanning my entire network, hitting 403s left and right
|
// that has been scanning my entire network, hitting 403s left and right
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue