eris: add more default scan paths to honeypot
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I10c0129340d517587905a97a034f01406a6a6964
This commit is contained in:
parent
57b739ddbe
commit
8aa39cfb1a
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,8 @@ impl Default for Config {
|
||||||
"/config".to_string(),
|
"/config".to_string(),
|
||||||
"/api/".to_string(),
|
"/api/".to_string(),
|
||||||
"/actuator/".to_string(),
|
"/actuator/".to_string(),
|
||||||
|
"/search/feedback".to_string(),
|
||||||
|
"/wp-json/v1/u".to_string(),
|
||||||
],
|
],
|
||||||
whitelist_networks: vec![
|
whitelist_networks: vec![
|
||||||
"192.168.0.0/16".to_string(),
|
"192.168.0.0/16".to_string(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue