Alex

Results 528 comments of Alex

Improvements & Fixes: - Moved source for PyNfsClient to the Pennyw0rth organisation - Fixed RPC authentication in PyNfsClient - Added detection for kerberos requirement - Fixed socket errors when authentication...

Added ipv6 support to the NfsClient library as well as the protocol: ![image](https://github.com/user-attachments/assets/7ca19ca2-71f3-4289-85d2-7c23c507fce9)

Actually we can query the uid needed for the share lol. Implemented an autodetecting feature that will automatically set the uid matching to the listed repository: ![image](https://github.com/user-attachments/assets/5efbb47c-bf7f-45f5-a550-fe4586f4eb09)

`--get-file` and `--put-file` are working as well 🚀 Escept for windows ![image](https://github.com/user-attachments/assets/78b05dc3-08bc-4bb9-9d67-41851376b7e3)

Up&Download are working now against Linux&Windows. Also found the solution for setting file permissions 🎉 Default is 777 for now ![image](https://github.com/user-attachments/assets/2da7e67b-38e9-40d0-9aea-85fb694eb941) ![image](https://github.com/user-attachments/assets/6025ee3c-2851-4d5c-91d0-eaa98fe2e499) ![image](https://github.com/user-attachments/assets/b43aadea-7a93-4296-9839-89e9b9bec78d)

@termanix if you can verify the behaviour on your side we should be good to go 🚀

LGTM: ![image](https://github.com/user-attachments/assets/92a44a83-e4bb-4d87-b5de-757a85569634)

Duplicates: https://github.com/byt3bl33d3r/CrackMapExec/issues/454 https://github.com/paramiko/paramiko/issues/2048 https://github.com/fabric/fabric/issues/2182 https://github.com/fabric/fabric/issues/2140 https://github.com/paramiko/paramiko/issues/387

Thanks for the report! However, checking registry keys is likely only possible with having admin privs on the target host. Any idea if/how we could check if it was patched...

That is very weird, because it stops right before the asynchronous execution. My first guess would be that something in the rdp protocol/library is interfering with pythons async execution engine....