MythicAgents / Apollo

A .NET Framework 4.0 Windows Agent
BSD 3-Clause "New" or "Revised" License
432 stars 90 forks source link

Fixing CP command argument positions #115

Closed Nahid5 closed 1 year ago

Nahid5 commented 1 year ago

This PR fixes the CP command's argument position. What the CP command currently does is cp { destination } { source }, but the documentation stated it should be cp { source } { destination }.