InfoSec

Results 3 comments of InfoSec

ls -lh containers-data/suricata/logs/ total 1.2G -rw-r--r--. 1 chrony chrony 38M Aug 1 11:14 eve.json -rw-r--r--. 1 chrony chrony 227M Aug 1 10:00 eve.json.1 -rw-r--r--. 1 chrony chrony 226M Jul 31...

thanks, i think i found it because of Index Lifecycle Policies,named logstash-autodelete in kibana. there is a configure which will Delete phase and then move data into phase when 14...

![image](https://user-images.githubusercontent.com/14217880/126757355-6c28edf3-22b3-40f7-b4f8-e2740b1d2f45.png) ![image](https://user-images.githubusercontent.com/14217880/126757373-7233ad26-c798-4569-b3f7-e643f743cc51.png) DubboBrute.py的poc如下: from xing.core.BasePlugin import BasePlugin from xing.utils import http_req from xing.core import PluginType, SchemeType class Plugin(BasePlugin): def __init__(self): super(Plugin, self).__init__() self.plugin_type = PluginType.BRUTE self.vul_name = "Dubbo 弱口令" self.app_name...