-
Notifications
You must be signed in to change notification settings - Fork 389
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
[-] Failed loading module at /tmp/_MEIlp1XZ1/nxc/modules/wam.py: No module named 'jwt' #519
Comments
How did you install it? The precompiled binary works for me and so does installation via pipx |
I have manually compiled it from the source code (https://www.netexec.wiki/getting-started/installation/manually-building-the-binary). The precompiled binary works fine for me as well but this binary is from Oct. I did see |
Yep, the stable binaries are only supported on each release. |
Thank you!! Adding without ./nxc nfs -L
[-] Failed loading module at /tmp/_MEIA3DpOK/nxc/modules/wam.py: No module named 'jwt' with ./nxc nfs -L
[-] Failed loading module at /tmp/_MEIA3DpOK/nxc/modules/wam.py: No module named 'dploot.triage.wam' with ./nxc nfs -L
LOW PRIVILEGE MODULES
HIGH PRIVILEGE MODULES (requires admin privs) Shouldn't My working netexec.spec hiddenimports=[
'aardwolf',
'aardwolf.connection',
.....SNIP.......
'impacket.tds',
'impacket.version',
'impacket.ldap.ldap',
'jwt',
'dploot.triage.wam',
.....SNIP....... |
Describe the bug
Manually compiled the binary from the source code but getting the error: wam.py. No module named 'jwt'
Steps to reproduce the behavior i.e.:
Command:
nxc nfs -L
Resulted in:
Expected behavior
Version: 1.3.0 / Codename: NeedForSpeed / Commit : 05ad3c6 works fine.
The text was updated successfully, but these errors were encountered: