Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Error after logon-summary (and possibly other options): thread 'main' panicked at #1273

Closed
garyhooks opened this issue Feb 7, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@garyhooks
Copy link

garyhooks commented Feb 7, 2024

Command:

hayabusa-2.12.0-win-x64.exe logon-summary --directory "E:\winevt\Logs"

Error:

Loading detection rules. Please wait.

[00:00:13] 362 / 362   [====================] 100%

Scanning finished. Please wait while the results are being saved.
thread 'main' panicked at 
C:\Users\reguser\.cargo\registry\src\index.crates.io-6f17d22bba15001f\chrono-0.4.31\src\offset\local\mod.rs:176:46:
No such local time
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I did set the environment variable as suggested but this did not work

I also tried --output to send results to a CSV but no files were produced.

Environment

Windows 10
Hayabusa version 2.12.0

@garyhooks garyhooks added the bug Something isn't working label Feb 7, 2024
@YamatoSecurity
Copy link
Collaborator

@garyhooks Thank you for reporting this. What is your timezone set to? and does hayabusa work if you add the --UTC option?

@garyhooks
Copy link
Author

Hello,

Yes, --UTC did fix the issue and it now runs without any problem, thank you!

The timezone just in case you needed it is UTC0 (London).

Thanks,
Gary

@YamatoSecurity
Copy link
Collaborator

Thanks for the info. It seems to be a bug in chrono that was fixed in 0.4.32 (https://github.com/chronotope/chrono/releases)
We will ship new binaries with a new release that is coming out soon that should fix it. Please re-open this issue if the new version of Hayabusa (2.13.0) still panics when not using --UTC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants