Added Block Common Exploit function

- Added block common exploit function
- Added block AI bot and crawler function
This commit is contained in:
Toby Chui
2025-11-09 16:33:26 +08:00
parent fc6cfd102e
commit cd34cc6b7b
12 changed files with 305 additions and 20 deletions

View File

@@ -391,6 +391,8 @@ func CopyEndpoint(endpoint *ProxyEndpoint) *ProxyEndpoint {
if err != nil {
return nil
}
// Initialize the exploit detector for the copied endpoint
newProxyEndpoint.InitializeExploitDetector()
return &newProxyEndpoint
}