Commit Graph

230 Commits

Author SHA1 Message Date
DastInDark
d048855eeb added start time in General Overview 2022-09-26 19:55:47 +09:00
DastInDark
ecc19b332b cargo fmt 2022-09-25 15:16:35 +09:00
DastInDark
c41206accd added html output processing #689 2022-09-25 15:15:58 +09:00
DastInDark
a379b3c077 fixed elapse time HTML output 2022-09-25 15:02:29 +09:00
DastInDark
b80a660207 refactoring 2022-09-24 17:33:09 +09:00
DastInDark
1dd4928bd5 cargo fmt 2022-09-24 17:17:39 +09:00
DastInDark
50ec9105f6 added file size to HTML Summary #689 2022-09-24 17:16:48 +09:00
DastInDark
8cc73e20c9 refactoring 2022-09-24 16:55:58 +09:00
DastInDark
fb801dcbad added eventfile and filesize data to html summary #689 2022-09-24 16:38:25 +09:00
DustInDark
47b778ec42 Merge branch 'main' into 681-bug-custom-config-directory-doesnt-load-target_event_idstxt 2022-09-05 08:55:17 +09:00
DastInDark
3ee5e9e900 changed total event count from iterator.count to count up 2022-09-05 00:39:15 +09:00
DastInDark
45f678b147 fixed total events from scanned event number to actual evtx record num 2022-09-05 00:15:36 +09:00
DastInDark
24e2c4cc73 added rule config files check function 2022-09-04 23:43:22 +09:00
DastInDark
452c901def cargo fmt 2022-09-03 18:58:56 +09:00
DastInDark
8afa631d2d removed debug print 2022-09-03 18:43:55 +09:00
DastInDark
0e920bda50 removed unnecessary ./ to path join 2022-09-03 18:43:32 +09:00
DastInDark
8f7c2d574b fixed custom config directory doesn't load #681
- channel_abbrevations.txt
- target_events_IDs.txt
- default_details.txt
- level_tuning.txt
- statistics_event_info.txt
2022-09-03 18:34:35 +09:00
DastInDark
43d070ca47 added top alert to results summary by rule #667 2022-08-21 02:31:16 +09:00
fukusuket
2d12d5e846 fix: add file existing check when -f option specified. issue #664 2022-08-19 02:25:19 +09:00
DustInDark
5d0bd9ce5a Merge branch 'main' into 165-customize-columns-with-output-profiles 2022-08-03 10:24:20 +09:00
fukusuket
b1bb8a1d52 - Change declaration for static_vcruntime version 2.0 2022-07-31 03:50:32 +09:00
DastInDark
2795a542a0 fixed error when invalid profile name 2022-07-29 22:19:44 +09:00
DastInDark
23257f798a cargo fmt 2022-07-29 10:35:45 +09:00
DastInDark
d38ac0f273 reverted changed from hashbrown to std::collections 2022-07-29 10:33:47 +09:00
DastInDark
651df27220 removed unused import 2022-07-24 21:26:55 +09:00
DastInDark
8ebb09340a changed crate from hashbrown to std::collections due to be merged
hashbrown in std::collections #629
2022-07-24 21:24:34 +09:00
DastInDark
a7033c4289 cargo fmt 2022-07-24 19:39:00 +09:00
DastInDark
b7264082e8 add: customize csv and display fmt from profile #165 2022-07-24 19:34:02 +09:00
kazuminn
bb6717f7cc Feature/improve parallel processing (#622)
* WIP until imple debug trait for dashmap

* change filename print.rs to message.rs

* implement debug for DashMap but member is private. So I cannot Implemented.

* I deleted debug for DashMap

* sorted datetime of dashmap

* delete the unnessesary comment
2022-07-14 12:33:58 +09:00
DastInDark
d172831e94 cargo fmt 2022-07-03 22:59:21 +09:00
DastInDark
c299edd62d fix: used check path func based on current exection path #618 2022-07-03 22:56:56 +09:00
DastInDark
51079810cb change: fixed config folder check alert condition 2022-07-03 20:51:57 +09:00
DastInDark
f43b39af15 add: used check path func base on execution path #618 2022-07-03 20:51:00 +09:00
DastInDark
f27467d16c add: check rules and rules-config option path check and use current dir when no exist specified path with options #618 2022-07-03 19:38:58 +09:00
DastInDark
1b66eb169d cargo fmt 2022-07-02 16:41:59 +09:00
DastInDark
a3599ca5d0 adjust rules option when use update option #615 2022-07-02 16:39:46 +09:00
DustInDark
11eadf439e Merge pull request #609 from Yamato-Security/608-enhancement-enable-id-filtering-by-default-d-deep-scan-option
Enabled id filtering by default and added  `-D/--deep scan` option
2022-06-29 22:27:42 +09:00
DustInDark
e463333182 Merge branch 'main' into 597-moved-update-rules-option-process 2022-06-29 00:46:48 +09:00
DustInDark
9c449ae0f6 cargo fmt 2022-06-29 00:08:11 +09:00
DustInDark
af94f582c4 added deep-scan flag check to event id filtering condition #608 2022-06-29 00:07:12 +09:00
DustInDark
30c53002ec cargo fmt 2022-06-26 12:21:03 +09:00
DustInDark
131b47021a adjusted current exection dir path to current execution dir path 2022-06-26 12:19:16 +09:00
DustInDark
eec5df3ff3 adjusted default value when level-tuning option is not defined 2022-06-26 12:16:27 +09:00
Yamato Security
09f8af971e Merge branch 'main' into 603-bug-non-utf-8-byte-sequences-error-with-color-output 2022-06-26 07:08:06 +09:00
DustInDark
c28902569b Merge branch 'main' into 597-moved-update-rules-option-process 2022-06-26 01:00:03 +09:00
DustInDark
68276292bc to remove unnecessary newline in display output 2022-06-26 00:21:07 +09:00
DustInDark
2b800e2f90 fixed clippy error 2022-06-25 21:51:20 +09:00
DustInDark
9189a254ee Merge branch '592-config-flag-seems-to-be-ignored' of github.com:Yamato-Security/hayabusa into 592-config-flag-seems-to-be-ignored 2022-06-25 21:25:40 +09:00
DustInDark
cee04487ea cargo fmt 2022-06-25 21:12:17 +09:00
DustInDark
2bb790f991 changed relative path to execution dir path in update option 2022-06-25 21:10:43 +09:00