Alex

Results 138 comments of Alex

The same goes for the `--put-file` command :) no need for an IP, your path should start from the share root location Edit: you also need double backslashes. Take a...

> @NeffIsBack > > > Not sure what is happening here, but when i swap out the print() for the exception logging this is the traceback: > > > >...

Hmm okay so with impacket being updated i get an error on the dc and no output at all on the win11 machine. There should be a local account set...

Looks like on DC this object doesn't have the UserResetInformation block. I added a try&Except block (with debug logging) just in case other servers have the same problem with some...

Currently nxc is not designed to open up connections for multiple users per host. `--continue-on-success` is only for password cracking and will stop the execution after the login attempt. Also...

Oh god. But atleast nxc only imports all modules when `-L` or a specific module is specified. But a fix would be really nice, it's anyway a bit whack

Thanks for the PR! Its a nice idea, but i think it would be easier if we would simply not execute the `print_host_info()` function if the arg is set. That...

Looks like your guess was correct, "notImplemented" error directly from the lib

@tigre-bleu the check `if print_host_info()` is probably because until #141 laps login was implemented inside the print_host_info() function. So now the if check and returns can probably be removed. But...

The reason why I did not worked on this PR after #141 was, that just wrapping the content of `print_host_info` in an if statement is really unclean and should not...