Skip to content
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

Antibackslash format for username does not work #17

Open
maaaaz opened this issue Jun 4, 2022 · 0 comments
Open

Antibackslash format for username does not work #17

maaaaz opened this issue Jun 4, 2022 · 0 comments

Comments

@maaaaz
Copy link

maaaaz commented Jun 4, 2022

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 :

  • The antibackslash input format is not parsed accordingly the connection fails :
$ ./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 !

@maaaaz maaaaz changed the title Backslash format for username does not work Antibackslash format for username does not work Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant