-
Notifications
You must be signed in to change notification settings - Fork 786
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
Zerologon Fingerprinter #868
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #868 +/- ##
========================================
Coverage 60.52% 60.52%
========================================
Files 165 165
Lines 4948 4948
========================================
Hits 2995 2995
Misses 1953 1953 Continue to review full report at Codecov.
|
DC_HANDLE = '\\\\' + DC_NAME | ||
|
||
if DC_NAME: # if it is a Windows DC | ||
# Keep authenticating until successful. Expected average number of attempts needed: 256. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How long does it take?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~ 40 seconds
1525ee0
to
018d6d5
Compare
018d6d5
to
9b14994
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to update monkeyZoo
448eabe
to
f44e080
Compare
Fixes #845
Implementation from https://github.com/SecuraBV/CVE-2020-1472