Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 307 Bytes

Wire Transfer

Obfuscates downloads over HTTP by encoding binary files into English text and reconstructing the binary client side.

./wiretransfer.py --target=shell.exe

Setup

Install Python 2.7.x, then install the dependancies with:

pip install -r requirements.txt