-
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
Incorporate Pennyw0rth/NetExec Impacket changes into Fortra Impacket (reloaded) #1721
Conversation
Signed-off-by: XiaoliChan <[email protected]>
Cleanly cherry-picked the commits that matter, nice work👌🏼 |
@mpgn can you remove f90196b from this PR? @XiaoliChan and I spoke and we think it should be removed since it's hardcoding a timeout and using a global variable. He has let me know it won't break anything (we can test, of course). |
Removing the commit will break nxc from what I see |
Oh, that is rpctransport, the I can confirm it didn’t used in NXC currently (because it is not pretty much stable as |
Should be good @Marshall-Hallenbeck :) |
Hello, I'll be reviewing/testing this PR changes.
|
Hello @anadrianmanrique if you fix the problem of LM computing hash in another PR, i will remove the commit on this PR 😉 |
created at #1723 |
So from my understanding of the spec, impacket defaults to NULL, which is just the localhost, but we need to define a DNS/NetBios name per: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-srvs/5f8329ee-1965-4ea1-ad35-3b29fbb63232 I'm surprised this hasn't caused more issues, actually, since I would think it would only allow connecting to the localhost. |
Ok, what I'm trying to do is to replicate and trigger the bug condition. I haven't been able to do it yet. That's why I asked for any tip/help with that. In the worst case I'll merge that after sucessfully regresioning the changes |
Hmm yeah sorry I don't have a specific retestable scenario. @NeffIsBack did you? |
wether the problem gets fixed or not, this PR will not be approved/merged, as long as it contains changes from #1626, so please remove that commit. In this moment #1723 it's being tested and problably merged today/tomorrow ;) |
I will do it tonight 👍 |
done @anadrianmanrique :) |
Ok, thanks, PR is ready to merge then! |
Merged changes from #947 here, as the original PR needs to be rebased. |
Thank you guys! Let us now in comments if you find in the future PRs that you'll need integrated, in order to allow us to improve our prioritization. |
Thank you @anadrianmanrique ! |
FYI #1723 was merged as well |
Fixing all the issues with PR #1715