poweradminllc / PAExec

Remote execution, like PsExec
523 stars 177 forks source link

Does PAExec encrypt network communications? #18

Closed me21 closed 7 years ago

me21 commented 7 years ago

Newer versions of PSExec encrypt network communications. Does PAExec do the same?

poweradminllc commented 7 years ago

It does not. It does a simple XOR to 'scramble' the data on the wire, but that is definitely not encryption.