NetExec
NetExec copied to clipboard
Passwords dump update
This PR aims to implement new secrets looting. For now :
- Google Refresh Token
- SCCM
- VNC
Now support also mRemoteNG password dump
And now support MobaXterm password dump
@zblurx can you add these commands to the e2e tests?
mremoteng working 🚀
First run (with registry) works, second one (using config file as storage method) doesn't @zblurx
Got vnc setup working now. Added a check for realvnc's proxy credentials. There is bug with the password decryption only showing 8 characters though.
EDIT: UltraVNC only supports passwords up to 8 characters yikes. The rest is just cut off without any warning
Got vnc setup working now. Added a check for realvnc's proxy credentials. There is bug with the password decryption only showing 8 characters though.
EDIT: UltraVNC only supports passwords up to 8 characters yikes. The rest is just cut off without any warning
Fixed the truncated passwords when decrypting:
SCCM working flawless now 🚀
Tomorrow i will test the googleRefreshToken stuff and we should be good2go 🎉
Fixed the conflict that occurred because of my arg parse refactor, should be good now, it was just the --sccm
flag needed to be added with the other cred options