Alex

Results 528 comments of Alex

In which scenario would that be useful? Despite that i think it isn't possible at the moment anyway, because nxc is not designed to have multiple connections open to a...

All functionality in netexec and therefore all the modules should not be coded to vary with different user contexts. I can't tell you exactly how KeePass works without looking at...

Obviously "whoami" is an exception to that rule. Though you shouldn't need to login as different users into a specific target in the first place.

NetExec is just not designed to fulfill that. We have only one protocol object and one module object per connection. If we would allow to login with multiple users in...

Nxc is designed to differentiate between low priv and high priv (admin). There should be no difference for almost all tools/modules, atleast that's how it is designed to function. If...

We could just increase the python version in the pyproject.toml for now without upgrading all the dependencies and if people complain we can easily downgrade.

Which functionality/modules would depend on the users context? So far only spider_plus would come to my mind. Moving the user/password/hash processing out of the protocol object into the main function...

Let's do this after the next release, so we don't have to update all the packages for kali now. After the release we update everything

Things to be reverted when we drop 3.8: 84854173587fd66307a949313ac9e14601c6a261

> At least the ones i mentioned above and as @Marshall-Hallenbeck mentioned [met_inject.py](https://github.com/Pennyw0rth/NetExec/blob/main/nxc/modules/met_inject.py). Honestly, yes you could open a thousand of meterpreter shells, but I don't reeealy see the value...