MythicAgents / poseidon

Poseidon is a Golang agent targeting Linux and macOS
Other
112 stars 30 forks source link

Fix download command when files are bigger than the chunk size #47

Closed 0ca closed 1 year ago

0ca commented 1 year ago

There was a typo, and it was doing seek from the current cursor, 1, instead of from the beginning of the file, causing it to send incorrect data.

its-a-feature commented 1 year ago

Good catch!