Alex

Results 138 comments of Alex

Same here: ![image](https://github.com/Pennyw0rth/NetExec/assets/61382599/333b605d-7087-4064-8739-7519b06de50a) Added a bit of logging and it looks like there is a problem with the registry querying: ![image](https://github.com/Pennyw0rth/NetExec/assets/61382599/3c4daac5-e4f0-4ed9-bb19-e3d7bb3150b7)

Reworked the module to a working core functionality: (My desktop is a bit messy due to the thousands of network adapters, vmstuff) ![image](https://github.com/Pennyw0rth/NetExec/assets/61382599/a5c4ff84-4c75-4dcc-ac4a-6894c6c6c862)

> > > @jubeaz can you run Ruff against this? > > > > > > Also, why the heck is the pipeline not running sometimes > > It runs...

ahh what can happen... lets merge

Okay i think my intuition was right: We have an instantiation problem. When we load a module multiple times it highly likely loads **THE SAME** module. This means objects that...

For now i updated the module to not use an object on itself, but to pass it through the functions. We should definitely fix the load process though imo

Fortunately not applicable to the protocol (that would anyway have caused a lot of issues in the first place) ![image](https://github.com/Pennyw0rth/NetExec/assets/61382599/c65e875a-63f5-4033-bf98-fd74e3109aa7)

A colleague pointed out, that you can store proxy username&password with PuTTY which are stored in the registry in plaintext. Added detection for that as well

@Marshall-Hallenbeck for testing set the proxy creds: ![image](https://github.com/Pennyw0rth/NetExec/assets/61382599/762592f8-c9c8-4b16-8414-4956acac9e10) As well as a path to a saved priv key file: ![image](https://github.com/Pennyw0rth/NetExec/assets/61382599/f5e0af71-656b-4763-b933-9348d4edf55b) And save it as a session: ![image](https://github.com/Pennyw0rth/NetExec/assets/61382599/3f6d0993-40f1-421c-ba77-368624f1bd7c)

> @NeffIsBack just tested this and it works great, I just had a concern with the file name that it saves the file in. > > It doesn't include a...