-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
mssqlclient: Add -target-ip
#1648
mssqlclient: Add -target-ip
#1648
Conversation
Hi @Palkovsky, thanks for your PR! was checking the code and was thinking that perhaps we could take advantage of it and, being that we are adding a new parameter to the example, create a new group for this Based on the smbclient implementation, in order to standardize them, we can define the impacket/examples/smbclient.py Lines 52 to 61 in 6c9a1aa
From the specific change you implemented, tested it and worked great! |
Hello, thanks for the response. I'll handle this over the weekend. |
Done, please take a look. |
Awesome, thanks for changing it! merging 🚀 |
* mssqlclient: Enable Kerberos authentication without DNS lookup * Group connection parameters under 'connection'
* mssqlclient: Enable Kerberos authentication without DNS lookup * Group connection parameters under 'connection'
* mssqlclient: Enable Kerberos authentication without DNS lookup * Group connection parameters under 'connection'
mssqlclient doesn't have equivalent of
-target-ip
, which makes it impossible to perform Kerberos authetication without proper DNS configuration on the local machine.As it is now, this is what happens (without the DNS configured):