ytisf / PyExfil

A Python Package for Data Exfiltration
https://pyexfil.morirt.com
MIT License
761 stars 135 forks source link

Fixed a bug that truncated files that were too big + changed the script to use ECHO instead of ECHOREPLY #11

Closed matthieuxyz closed 7 years ago

matthieuxyz commented 7 years ago

Fixed:

Improvement:

It's actually debatable whether ECHO or ECHOREPLY is the less suspicious on the network, feel free to merge the commit 1611bd9 if you prefer to use ECHOREPLY.

matthieuxyz commented 7 years ago

Rebased my repository for cleaner PR.

Feel free to merge the commit 84fbbee if you want to use ECHOREPLY.

ytisf commented 7 years ago

ECHO will be more invasive in terms of network usage. Thanks.