OP 06 September, 2019 - 10:05 AM
Not made by me but I pulled the source code from Github and built it.
Supported windows servers: from Windows Server 2003 to Windows Server 2008/2012 and even Windows Server 2016
This tool can detect successful user login (not just checking user/pass)
Made for authorization checking on plenty number of RDP servers.
Its not too fast to be used as RDP brute tool, but its very accurate and reliable on checking already cracked RDP's :)
Notice: This tool has the opportunity to become a RDP cracker by implementing multi threading.
Supported windows servers: from Windows Server 2003 to Windows Server 2008/2012 and even Windows Server 2016
This tool can detect successful user login (not just checking user/pass)
Made for authorization checking on plenty number of RDP servers.
Its not too fast to be used as RDP brute tool, but its very accurate and reliable on checking already cracked RDP's :)
Notice: This tool has the opportunity to become a RDP cracker by implementing multi threading.
Code:
1. Create a text file contained RDP's inormation in following format per line.
[Ip Address]:[port]@[Machine name]\[Username];[Password]
example: 4.2.2.4:3389@noise\administrator;root
2. Open up the app and click load then start and wait...