-
|
Hi, Thanks for creating this tool btw!Error.log: 2025-05-13 10:55:25 INFO 2025-05-13 10:55:25 INFO [+] Modules imports status: OK the way kape calls it in mkape |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi, thanks ! I believe this is the same problem as in here : #81 Basically, there is a hard limit of how many columns a SQLite table can have (and Zircolite is based on SQLite). This problem is directly linked to the number of provided log files with different sources/channels (powershell, sysmon, security etc.)to Zircolite. One solution is to limit the above (check the linked issue) |
Beta Was this translation helpful? Give feedback.
Hi, thanks !
I believe this is the same problem as in here : #81
Basically, there is a hard limit of how many columns a SQLite table can have (and Zircolite is based on SQLite). This problem is directly linked to the number of provided log files with different sources/channels (powershell, sysmon, security etc.)to Zircolite.
One solution is to limit the above (check the linked issue)