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

Enum_av pipe enumeration not working with smbv1 #217

Open
NeffIsBack opened this issue Mar 21, 2024 · 0 comments
Open

Enum_av pipe enumeration not working with smbv1 #217

NeffIsBack opened this issue Mar 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file investigation

Comments

@NeffIsBack
Copy link
Contributor

Describe the bug
When calling impackets listPath() in enum_av it throws an STATUS_ACCESS_DENIED error even when using the domain admin.
This only applies to SMBv1, as SMBv3 is working as intended.

To Reproduce
Steps to reproduce the behavior i.e.:
Command: netexec smb -u username -p password -M enum_av with host using SMBv1
Resulted in:

netexec smb 10.10.10.10 -u username -p password -x "whoami"
SMB         10.10.10.10  445    DC01             [*] Windows 10.0 Build 17763 x64 (name:DC01) (domain:domain) (signing:True) (SMBv1:False)
SMB         10.10.10.10  445    DC01             [+] domain\username:password
ENUM_AV 10.10.10.10  445    DC01            Found NOTHING!

Expected behavior
Enumerate pipes properly.

NetExec info

  • OS: [e.g. Kali]
  • Version of nxc: upstream
  • Installed from: upstream
@NeffIsBack NeffIsBack added bug Something isn't working investigation labels Mar 21, 2024
@NeffIsBack NeffIsBack self-assigned this Mar 21, 2024
@NeffIsBack NeffIsBack added the dependencies Pull requests that update a dependency file label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file investigation
Projects
None yet
Development

No branches or pull requests

1 participant