You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most important data that needs to be encrypted is the command line passed from the local instance to the remote instance. Remote.cpp, GetDataToSend and the corresponding SetFromReceivedData are the two sides that send and receive the data. This is sent through a named pipe. The only tricky bit is agreeing on a shared key without transmitting that key.
As stated in #18
and https://www.poweradmin.com/paexec/ PAExec only XOR's data.
Any ideas on how to improve it? Which parts are vulnerable (logging? copying files? remote calls?)
The text was updated successfully, but these errors were encountered: