Skip to content

Instantly share code, notes, and snippets.

@eltongo
eltongo / drop_payload.c
Created December 19, 2016 01:26
Download files via HTTP through Ian Beer's exploit
/* J. Levin has compiled a bunch of Apple opensource utilites for arm64
* You can get them from his site here: http://newosxbook.com/tools/iOSBinaries.html
*
* Follow the link to "The 64-bit tgz pack"
*
* Unpack the tarball into a directory called iosbinpack64 and drag-and-drop
* that directory into the directory with all the source files in in XCode
* so that it ends up in the .app bundle
*
* I (Elton) have added the ability to download files from your iPhone using your browser.