Skip to content

Commit

Permalink
remove useless debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosum0x0 committed May 24, 2019
1 parent d0e2a36 commit 82debcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/auxiliary/scanner/rdp/cve_2019_0708_bluekeep.rb
Expand Up @@ -361,7 +361,6 @@ def check_rdp_vuln
vprint_status("Sending client control cooperate PDU")
synch = rdp_encrypted_pkt(["16001700f103ea030100000108001f0000000100ea03"].pack("H*"), rc4enckey, hmackey)
coop = rdp_encrypted_pkt(["1a001700f103ea03010000010c00140000000400000000000000"].pack("H*"), rc4enckey, hmackey)
vprint_status("Grea2t!")
rdp_send(synch + coop)

vprint_status("Sending client control request control PDU")
Expand Down

0 comments on commit 82debcb

Please sign in to comment.