-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variable reference is not valid #31
Comments
Alternatively, you can add a single space after $Message to fix the error. I believe that you simply can't have a variable followed by a colon without escaping it or using one of the special cases for colons. So changing line 261 to the following will make the script work: |
Adding the space works perfectly. Thanks :) |
bluecurby
added a commit
to bluecurby/DomainPasswordSpray
that referenced
this issue
Aug 23, 2022
Fixed: - Domain Parameter was ignored, current domain was always used - Corrected Issue dafthack#31 - Merged PR dafthack#22
lenhart
pushed a commit
to lenhart/DomainPasswordSpray
that referenced
this issue
Feb 11, 2024
Fixed: - Domain Parameter was ignored, current domain was always used - Corrected Issue dafthack#31 - Merged PR dafthack#22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update - If you don't need it, you can just delete or comment out the function timer and the script works fine.
After a recent update the script fails with the following error
Iex : At line:261 char:21
Variable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to
delimit the name.
At line:1 char:1
The text was updated successfully, but these errors were encountered: