RDPassSpray icon indicating copy to clipboard operation
RDPassSpray copied to clipboard

Python3 tool to perform password spraying using RDP

Results 5 RDPassSpray issues
Sort by recently updated
recently updated
newest added

I had my Windows 7 with RDP turn off then I ran your script, it still showed this for all dictionary entries `[+] Seems like the creds are valid, but...

I'm surprised that I'm the first one to post this: I call with `sudo RDPassSpray.py ...` or `sudo su; ./RDPassSpray.py...` This part ```python subprocess.call( "hostnamectl set-hostname '%s'" % hostnames_stripped[ attempts_hostname_counter],...

Hey mate, real quick when I run the tool in my lab it says "Cred successful (maybe even Admin access!): USER :: PASS " but it doesnt tell me what...

enhancement
good first issue

The proposed fix is to simply replace double quotes by single quotes as the double quotes in bash will interpret some special characters like exclamation mark and dollar sign. Also...

``` ┌──(root㉿k)-[/home/kali/Desktop/RDPassSpray] └─# python3 RDPassSpray.py -u administrator -p /home/kali/Desktop/least_500 -d PremoHost -t 192.168.16.15 [25-05-2023 02:11] - Total number of users to test: 1 [25-05-2023 02:11] - Total number of password...