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

Fix rdp_scanner and update CVE-2019-0708 docs #11884

Merged
merged 2 commits into from
May 24, 2019
Merged

Conversation

wvu
Copy link
Contributor

@wvu wvu commented May 24, 2019

@egypt's review was missed in #8734.

msf5 auxiliary(scanner/rdp/rdp_scanner) > set rhosts 192.168.56.101,105
rhosts => 192.168.56.101,105
msf5 auxiliary(scanner/rdp/rdp_scanner) > options

Module options (auxiliary/scanner/rdp/rdp_scanner):

   Name       Current Setting     Required  Description
   ----       ---------------     --------  -----------
   CredSSP    true                yes       Whether or not to request CredSSP
   EarlyUser  false               yes       Whether to support Early User Authorization Result PDU
   RHOSTS     192.168.56.101,105  yes       The target address range or CIDR identifier
   RPORT      3389                yes       The target port (TCP)
   THREADS    1                   yes       The number of concurrent threads
   TLS        true                yes       Whether or not request TLS security

msf5 auxiliary(scanner/rdp/rdp_scanner) > run

[+] 192.168.56.101:3389   - Identified RDP
[*] 192.168.56.101,105:3389 - Scanned 1 of 2 hosts (50% complete)
[+] 192.168.56.105:3389   - Identified RDP
[*] 192.168.56.101,105:3389 - Scanned 2 of 2 hosts (100% complete)
[*] Auxiliary module execution completed
msf5 auxiliary(scanner/rdp/rdp_scanner) >

I'm also noticing another weird peer bug. Sigh.

Fixes #8734 and #11869.

@wvu wvu requested a review from asoto-r7 May 24, 2019 22:39
@wvu wvu added the easy label May 24, 2019
@busterb busterb self-assigned this May 24, 2019
@busterb busterb merged commit 68a55cd into rapid7:master May 24, 2019
@busterb busterb added the rn-no-release-notes no release notes label May 24, 2019
@wvu wvu deleted the bug/rdp branch May 24, 2019 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants