Skip to content

Adding pandas and xlsxwriter to reqs + Fix date in PasswordSpray detection#4

Merged
ahmedkhlief merged 2 commits into
ahmedkhlief:mainfrom
evilcel3ri:main
Jan 25, 2021
Merged

Adding pandas and xlsxwriter to reqs + Fix date in PasswordSpray detection#4
ahmedkhlief merged 2 commits into
ahmedkhlief:mainfrom
evilcel3ri:main

Conversation

@evilcel3ri
Copy link
Copy Markdown
Contributor

@evilcel3ri evilcel3ri commented Jan 25, 2021

When launching a dry run, I noticed some libraries were missing. This PR adds them in the requirements.txt.

It also adds a fix for the PasswordSpray detection which used to use datetime.now instead of the actual date in the log file.

@evilcel3ri
Copy link
Copy Markdown
Contributor Author

Vaguely duplicate of #2 , sorry! 😅

@evilcel3ri evilcel3ri changed the title Adding pandas and xlsxwriter to reqs Adding pandas and xlsxwriter to reqs + Fix date in PasswordSpray detection Jan 25, 2021
Copy link
Copy Markdown
Owner

@ahmedkhlief ahmedkhlief left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the requirement

Copy link
Copy Markdown
Owner

@ahmedkhlief ahmedkhlief left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can't use record["timestamp"] because its an event from the event log but a result of analysis at the end of the loop

@ahmedkhlief ahmedkhlief merged commit ba6d55b into ahmedkhlief:main Jan 25, 2021
@evilcel3ri
Copy link
Copy Markdown
Contributor Author

Ah? hum... I see, checked the code and that make sense. Nonetheless, for some reason it shows the right time for the password spray detection. When ran the previous version, the datetime.now really threw me off as it isn't in the same time frame. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants