Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/3gstudent/SharpRDPCheck
- Owner: 3gstudent
- License: bsd-3-clause
- Created: 2020-05-14T04:12:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T08:51:04.000Z (over 4 years ago)
- Last Synced: 2024-08-04T17:06:57.820Z (5 months ago)
- Language: C#
- Size: 36.1 KB
- Stars: 159
- Watchers: 3
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - 3gstudent/SharpRDPCheck - Use to check the valid account of the Remote Desktop Protocol(Support plaintext and ntlmhash) (C# #)
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
```