pwncloud is a proof of concept to backdoor files from owncloud encryption module.
File:
– pwn.sm: part of pwncloud PoC, must stay below 16 bytes to work.
– exepart.bin
– pwncloud: place “backdoor” in encrypted owncloud exe files.
– xor.c : xor fil generator
– MAkefile: Makefile for pwncloud PoC.
Encryption file generators use:
+ pwncloud
./pwncloud [encrypted_exe]
+ xor
xor [input file 1] [input file 2] [output file]
Usage:
git clone https://github.com/hannob/pwncloud && cd pwncloud make ./pwncloud [encrypted_exe] ./xor [input file 1] [input file 2] [output file]
Source: https://github.com/hannob