We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if if have the credentials in this format, and want run like simple checker.
https://Contoso.com/owa/auth/logon.aspx Contoso.com\test1:Apple@456
./ruler --domain evilcorp.ninja --insecure brute --userpass userpass.txt -v
and in userpass.txt have : Contoso.com\test1:Apple@456 or 'Contoso.com\test1':Apple@456
some will give error : A mailbox couldn't be found for Contoso.com\test1.
The text was updated successfully, but these errors were encountered:
Hey @sec13b
you probably just need test1 and not Contoso.com\test1 for the user. The domain component should be taken care of automatically as part of the auth.
test1
Contoso.com\test1
Sorry, something went wrong.
No branches or pull requests
if if have the credentials in this format, and want run like simple checker.
https://Contoso.com/owa/auth/logon.aspx
Contoso.com\test1:Apple@456
./ruler --domain evilcorp.ninja --insecure brute --userpass userpass.txt -v
and in userpass.txt have :
Contoso.com\test1:Apple@456
or
'Contoso.com\test1':Apple@456
some will give error : A mailbox couldn't be found for Contoso.com\test1.
The text was updated successfully, but these errors were encountered: