CaledoniaProject / rdpscan

RDP password verification tool - No external libraries required ;-P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDPscan - Remote desktop protocol password verfication

No external library dependencies, yay ;-P

Installation

git clone https://github.com/CaledoniaProject/rdpscan.git && make -C rdpscan/src

Usage

rdpscan accepts 4 parameters as stated below:

 rdpscan host username credential [optional domain name]

An example:

 %> rdpscan 192.168.56.103 admin admin
 SUCCESSFUL LOGIN - 192.168.56.103 - (null)\admin : admin

About

RDP password verification tool - No external libraries required ;-P


Languages

Language:C 87.0%Language:C++ 13.0%