-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unauth samaccountname string length problem #15
Comments
Had this same issue pop up today; tho it doesn't appear to always occur on my engagements. Simple adjustment got me past this hurdle. Not sure if a PR would break other cases; but noting the patch here just incase others come across this.
|
Yeah I think I've done similar. What I need to do is do some string formatting to do a few things:
Was your situation like that @W9HAX ? |
Ah yes; this makes total sense. I just fed it a list of parsed A records from a DNS zone transfer and sprayed. Totally forgot to format with the MACHINE$ account name. Great stuff; all good! |
Unauth is failing to properly parse input files to the correct
samaccountname
string length and associated password. It is stripping the last two characters as expected but not account for the length limit for the attribute.The text was updated successfully, but these errors were encountered: