Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3gstudent/SharpRDPCheck

Use to check the valid account of the Remote Desktop Protocol(Support plaintext and ntlmhash)
https://github.com/3gstudent/SharpRDPCheck

Last synced: about 2 months ago
JSON representation

Use to check the valid account of the Remote Desktop Protocol(Support plaintext and ntlmhash)

Awesome Lists containing this project

README

        

# SharpRDPCheck
Use to check the valid account of the Remote Desktop Protocol(Support plaintext and ntlmhash)

Author:3gstudent

Reference:https://github.com/RDPUploader/RDPUploader

**Note:The .NET Framework must support TLSv1.2. It is recommended to compile on .NET Framework 4.6**

Usage:

```
SharpRDPCheck.exe
:
- plaintext
- ntlmhash
```

Eg:

```
SharpRDPCheck.exe 192.168.1.1 3389 plaintext user1 password1
SharpRDPCheck.exe 192.168.1.1 3389 ntlmhash user1 c5a237b7e9d8e708d8436b6148a25fa1
```