dafthack / DomainPasswordSpray

DomainPasswordSpray is a tool written in PowerShell to perform a password spray attack against users of a domain. By default it will automatically generate the userlist from the domain. BE VERY CAREFUL NOT TO LOCKOUT ACCOUNTS!
MIT License
1.78k stars 377 forks source link

Added space in line 261 between the $Message variable and colon #35

Closed Nimretz closed 3 months ago

Nimretz commented 2 years ago

using colon after a variable name, triggers an error and breaks the script Variable reference is not valid. ':'

donovan-jasper commented 3 months ago

thanks for the pr! i pulled a pr that used '{}' to fix thisbut the contribution is appreciated, thx for bringing attention to this. if you have anything else to add please open more pr's in the future