-
Notifications
You must be signed in to change notification settings - Fork 397
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
Exception with ssh - AttributeError: 'ssh' object has no attribute 'modules' #443
Comments
@dev-fortress I can't seem to recreate this on Kali through apt or otherwise. |
Hi @Adamkadaban Same error when installing NetExec with pip |
When you created the new module, did you set the protocol parameter of the module to ssh? |
Hi @NeffIsBack , yes I do Some things are comments because I'm trying to figure out if it's something i did wrong or something else |
Ok👍have to test it myself later |
Fixed in #447 |
Describe the bug
Exception triggered while connected to an ssh server using a custom.
To Reproduce
Steps to reproduce the behavior i.e.:
Command:
nxc ssh 172.26.16.11 -u username -p password -M NewCustomModule
Resulted in:
Expected behavior
Execute the instructions inside of "NewCustomModule"
NetExec info
The text was updated successfully, but these errors were encountered: