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
Hello dear @ropnop,
Thanks for making a Go program for windapsearch !
As I am trying to use it, I saw a bug related to the parsing of the "username" parameter :
$ ./windapsearch-linux-amd64 --debug --dc 1.2.3.4 -u "adyolo\user1" -m users INFO[2022-06-04T14:35:15+02:00] Saving output to STDOUT package=windapsearch Password for [user1@]:
In this example, the user should be "adyolo\user1", not "user1".
I had to specify it like this to make it work, by using an arobase notation:
$ ./windapsearch-linux-amd64 --debug --dc 1.2.3.4 -u "user1@adyolo" -m users INFO[2022-06-04T14:42:25+02:00] Saving output to STDOUT package=windapsearch Password for [user1@adyolo]:
FYI, all these tries did not work either:
-u 'adyolo\user1' -u adyolo\user1 -u adyolo\\user1
Cheers !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello dear @ropnop,
Thanks for making a Go program for windapsearch !
As I am trying to use it, I saw a bug related to the parsing of the "username" parameter :
In this example, the user should be "adyolo\user1", not "user1".
I had to specify it like this to make it work, by using an arobase notation:
FYI, all these tries did not work either:
Cheers !
The text was updated successfully, but these errors were encountered: