dlegs / php-jpeg-injector

Injects php payloads into jpeg images
452 stars 121 forks source link

Read the payload from a file #7

Closed apehex closed 3 years ago

apehex commented 3 years ago

Most likely the payload is already stored somewhere and has special characters. So I propose to allow reading the payload from a file rather than copy pasting in the shell.

I didn't do it here, but the payload file could be read in binary mode: the payload decoding step may no longer be necessary?