ytisf / PyExfil

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

Fixed: str concatenation, socket import, filename stating with null b… #10

Closed DZertLife closed 7 years ago

DZertLife commented 7 years ago

…yte, elif with never met condition, etc.

Collaboration with @matthieuxyz

Fixed some problems in ICMP:

matthieuxyz commented 7 years ago

Fixed: the payload starts at 28 and not 27, this fixed the whole "xyz variable starting with a null byte" problem Fixed: last elif condition, should check for DATA_TERMINATOR and not DATA_SEPARATOR

Everything seems to work fine. No more workaround.

ytisf commented 7 years ago

Absolutely true. Thanks for the fix!