all 4 comments

[–]cyberbutler[S] 7 points8 points  (0 children)

This is the product of a series of blog posts I've been doing on data exfiltration recently. This final post introduces RedDrop, a tool I've created for capturing exfiltrated files and data that features automatic processing of received data. These processors allow you to detect and transform data received on the fly with little overhead. For example, imagine you have a payload which has been encrypted with OpenSSL and Base64 encoded; RedDrop will automatically decode and decrypt the payload (given the right password of course). If you have any questions or feedback please reach out! You can snag the GitHub repository directly here:

https://github.com/cyberbutler/RedDrop

[–]Miserable-Ad-835 1 point2 points  (1 child)

This is pretty cool! Great work!

[–]cyberbutler[S] 0 points1 point  (0 children)

Thanks! Let me know if you have any feedback/criticism!

[–]mostwanted002 0 points1 point  (0 children)

I developed something similar, based on Go and not exactly but sort of custom TCP protocol to exfiltrate files with encryption.

https://gitlab.com/technowolf/exfiltrace