Closed YamatoSecurity closed 6 days ago
Sounds Good! Yes, I would love to implement it!💪
Color::Rgb(0, 255, 0) // green
Style::new().color256(46), // green
Color::Rgb(0,255,255) // cyan
Style::new().color256(51), // cyan
Color::Rgb(255,175,0) // orange
Style::new().color256(214).apply_to("❯".to_string()), // orange
@YamatoSecurity Is it correct that the following message is also output in orange? 👀
Yes! I'd also like to output these messages in orange.
@YamatoSecurity Is it correct that the following message is also output in orange? 👀
@YamatoSecurity I have a question! Which specification is the expected behavior?
Start time:
<- Orange + 2024/11/13 08:03
<- white Start time: 2024/11/13 08:03
<- whole Orange@YamatoSecurity I have a question! Which specification is the expected behavior?
Start time:
<- Orange +2024/11/13 08:03
<- whiteStart time: 2024/11/13 08:03
<- whole Orange
I would like to do Start time:
<- Green + 2024/11/13 08:03
<- white
but whole orange for things like the opening messages, warning messages, etc.. (The places that don't have field: something
format.)
For the following output when running:
I would like to output the
hogehoge:
parts (Ex:Start time:
,Total event log files:
, etc...) in the same green as the HAYABUSA logo. (With the ability to disable colors with the--no-color
option.) AlsoScan wizard:
in green. At the end:Elapsed time:
,Please report any issues with Hayabusa rules to:
, etc... also in green.I want to output
Loading detection rules. Please wait.
,Creating the channel filter. Please wait.
,Scanning finished.
in the same orange color as?
and(y/n)
in the scan wizard settings.I think this will make things easier to read and look better.
@fukusuket could I ask you to do this one?