NetExec icon indicating copy to clipboard operation
NetExec copied to clipboard

Module rdp hangs on Windows when ACTION=enable

Open Marshall-Hallenbeck opened this issue 1 year ago • 2 comments

Describe the bug When running the rdp module, and specifying ACTION=enable on Windows, it hangs. This problem is exaserbated by not being able to properly ctrl-c on Windows (see #61).

To Reproduce Command: netexec smb -u username -p password -m rdp -o ACTION=enable

Login occurs correctly, but then it hangs.

Expected behavior Command should execute and then exit.

NetExec info

  • OS: Windows
  • Version of nxc: develop branch (as of 10/12/2023)
  • Installed from: GitHub

Marshall-Hallenbeck avatar Oct 12 '23 15:10 Marshall-Hallenbeck

Wired, I will test it on windows

XiaoliChan avatar Oct 13 '23 14:10 XiaoliChan

I confirm this. In order to make it work, I have to add METHOD=smb

bongobongoland avatar Dec 22 '23 02:12 bongobongoland