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

Ntlmrelayx.px fixes #835

Merged
merged 2 commits into from
Apr 24, 2020
Merged

Ntlmrelayx.px fixes #835

merged 2 commits into from
Apr 24, 2020

Conversation

0xdeaddood
Copy link
Collaborator

This PR addresses:

  • Some exploitations or techniques that activate the NTLMrelay, like printerbug.py, have special behaviors that affect the correct functioning of LDAP attacks.
  • Fix relaying on new Windows versions that have SMB guest access disabled by default.

This PR should fix #686, #794, #821

Some exploitations or techniques that activate the NTLMrelay, like
printerbug.py, have special behaviors that affect the correct functioning
of LDAP attacks. This commit fix an issue related to those incoming
connections.
Windows 10, version 1709, Windows 10, version 1903, Windows Server,
version 1709, Windows Server, version 1903, and later versions of
Windows, have Guest access in SMB2 disabled by default. This commit adds
a trick to avoid this restriction.
@asolino asolino merged commit c44901d into fortra:master Apr 24, 2020
@asolino
Copy link
Collaborator

asolino commented Apr 24, 2020

Right on! Let's hope this fix the identified issues.. Thanks a lot @0xdeaddood for the hard work. Merging.

@0xdeaddood 0xdeaddood changed the title Ntlmrelay.px fixes Ntlmrelayx.px fixes Apr 24, 2020
@mpgn
Copy link
Contributor

mpgn commented Apr 25, 2020

I have just tested this PR, I confirm this fix my issue (#821), thanks @0xdeaddood

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

Successfully merging this pull request may close these issues.

Fail to parse user with --remove-mic
3 participants