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

Using pipx to install netexec on macbook cannot use the rdp module #175

Closed
jacy1101 opened this issue Feb 9, 2024 · 1 comment
Closed

Comments

@jacy1101
Copy link

jacy1101 commented Feb 9, 2024

Describe the bug
Using pipx to install netexec on macbook cannot use the rdp module.

To Reproduce
Steps to reproduce the behavior i.e.:
Command: NetExec --debug rdp 10.0.0.0 -u admin -p 'xxxxxxx'
Resulted in:

NetExec --debug rdp 10.0.0.0 -u admin -p 'xxxxxxx'
[11:43:42] DEBUG    PYTHON VERSION: 3.8.18 (default, Aug 24 2023, 19:48:18)          netexec.py:89
                    [Clang 15.0.0 (clang-1500.0.40.1)]
           DEBUG    RUNNING ON: Darwin Release: 23.3.0                               netexec.py:90
           DEBUG    Passed args: Namespace(aesKey=None, connectback_host=None,       netexec.py:91
                    continue_on_success=False, cred_id=[], debug=True, domain=None,
                    fail_limit=None, gfail_limit=None, hash=[],
                    ignore_pw_decoding=False, jitter=None, kdcHost=None,
                    kerberos=False, list_modules=False, local_auth=False, log=None,
                    module=None, module_options=[], nla_screenshot=False,
                    no_bruteforce=False, no_progress=False, password=['xxxxxxx'],
                    port=3389, protocol='rdp', rdp_timeout=5, res='1024x768',
                    screenshot=False, screentime=10, server='https',
                    server_host='0.0.0.0', server_port=None,
                    show_module_options=False, target=['10.0.0.0'], threads=100,
                    timeout=None, ufail_limit=None, use_kcache=False,
                    username=['admin'], verbose=False, version=False)
           DEBUG    Protocol: rdp                                                   netexec.py:145
           DEBUG    Protocol Path:                                                  netexec.py:148
                    /Users/admin/.local/pipx/venvs/netexec/lib/python3.8/site-pa
                    ckages/nxc/protocols/rdp.py
           DEBUG    Protocol DB Path:                                               netexec.py:150
                    /Users/admin/.local/pipx/venvs/netexec/lib/python3.8/site-pa
                    ckages/nxc/protocols/rdp/database.py
[11:43:43] DEBUG    Protocol Object: <class 'protocol.rdp'>                         netexec.py:153
           DEBUG    Protocol DB Object: <class 'protocol.database'>                 netexec.py:155
           DEBUG    DB Path: /Users/admin/.nxc/workspaces/default/rdp.db         netexec.py:158
           DEBUG    Creating ThreadPoolExecutor                                      netexec.py:47
           DEBUG    Creating thread for <class 'protocol.rdp'>                       netexec.py:50
...

Expected behavior
no output

NetExec info

  • OS: [macos]
  • Version of nxc: [e.g. v1.1.0]
  • Installed from: pipx
@jacy1101
Copy link
Author

jacy1101 commented Feb 9, 2024

Using pip to install netexec on macbook is work
image

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

No branches or pull requests

1 participant