Grant Willcox

Results 252 comments of Grant Willcox
trafficstars

Going to need to see console output or pictures of the steps you have taken to root cause this further. Unfortunately its not possible to reproduce the issue given the...

Closing issue due to lack of info provided. If more information is provided I can reopen this issue.

> This also seems to spit out errors after running against a DC without auth: > > ``` > msf6 auxiliary(gather/ldap_query) > run verbose=true rhosts=192.168.123.13 > [*] Running module against...

After some further poking around I see line 269 of ldap.rb aka https://github.com/rapid7/metasploit-framework/blob/feature-kerberos-authentication/lib/msf/core/exploit/remote/ldap.rb#L269 seems to be part of the issue as it will naturally assume that the first entry is...

Well bummer, problem is if we implement that it means redefining the function and then whilst we can update it mostly, we would still break `modules/auxiliary/gather/vmware_vcenter_vmdir_ldap.rb` and `modules/auxiliary/admin/ldap/rbcd.rb`, which presently...

@adfoster-r7 I have updated the code mentioned at https://github.com/rapid7/metasploit-framework/blob/feature-kerberos-authentication/lib/msf/core/exploit/remote/ldap.rb#L269 so that in theory it should now grab the right base DN, might need some more tweaking though but here is...

Alright nm finally got what you were saying. Seems bug is in part due to what I mentioned above and in part due to the line you were pointing out....

> > I have updated the code mentioned at https://github.com/rapid7/metasploit-framework/blob/feature-kerberos-authentication/lib/msf/core/exploit/remote/ldap.rb#L269 > > Just a heads up to use perma-links for future travellers, you can press `y` on your keyboard for...

Oh I didn't see that you had to do this when viewing the file within GitHub itself. Thought you could do this when pasting the link into the chat as...