Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSellers committed Aug 8, 2019
1 parent 4861a13 commit 46b6a59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/auxiliary/scanner/rdp/cve_2019_0708_bluekeep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ def check_for_patch
vprint_status("Sending denial of service payloads")
# Length and chars are arbitrary but total length needs to be longer than
# 16 for x86 and 32 for x64. Making the payload too long seems to cause
# the DoS to fail.
# the DoS to fail. Note that sometimes the DoS seems to fail. Increasing
# the payload size and sending more of them doesn't seem to improve the
# reliability. It *seems* to happen more often on x64, I haven't seen it
# fail against x86. Repleated attempts will generally trigger the DoS.
x86_string += "FF" * 1
x64_string += "FF" * 2
else
Expand Down

0 comments on commit 46b6a59

Please sign in to comment.