-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Add a remote desktop protocol (RDP) scanner #8734
Conversation
Windows 10 test Range Results:Inside the range were 12 Windows 10 machines, two each of
Success |
@bwatters-r7 one additional test that might be helpful is by disabling |
It's probably outside the scope of this PR, but it would be awesome if this module scraped usernames from systems which did not make use of "Do not display last username" configuration. |
@bcoles, that would be cool, but you're right, it would probably be better to add it later. I was kind of surprised that we did not already have an RDP scanner in metasploit, so I was planning on landing this ASAP. |
Testing 45f81f3Win 10
Win 10 CredSSP and TLS disabled
Win7x64 SP0Remote Access with NLA Enabled
Changed Remote Access not to require NLA requirement
|
Release NotesThe ability to enumerate Remote Desktop Protocol services has been added, with support for varying levels of authentication. |
Thanks for the testing and feedback, @bwatters-r7 and @bcoles. There is definitely a lot of room for future improvement with regards to RDP coverage in Metasploit. This is just a start :) |
This adds a simple RDP scanner to metasploit. It sends the first in a series of packets necessary to establish an RDP connection and simply confirms whether the target endpoint is RDP or not.
Verification
msfconsole
use modules/auxiliary/scanner/rdp/rdp_scanner.rb
set RHOSTS <some hosts without RDP>
run
set RHOSTS <some hosts with RDP>
run