Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanhauser-thc/peachpro
Dockerfile for peach pro with everything set up as needed
https://github.com/vanhauser-thc/peachpro
fuzz fuzzer fuzzing peach peach-fuzzer
Last synced: about 12 hours ago
JSON representation
Dockerfile for peach pro with everything set up as needed
- Host: GitHub
- URL: https://github.com/vanhauser-thc/peachpro
- Owner: vanhauser-thc
- Created: 2021-04-14T11:20:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T00:38:28.000Z (7 months ago)
- Last Synced: 2024-11-24T08:08:20.331Z (2 months ago)
- Topics: fuzz, fuzzer, fuzzing, peach, peach-fuzzer
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 23
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# peach pro
Dockerfile for [peach pro](https://gitlab.com/gitlab-org/security-products/protocol-fuzzer-ce)
with everything set up as needed plus some extras.## Why
The newly released peach pro source code does not compile on any Linux variant,
@Goldstar611 on Gitlab/Github created a shell script that makes it build on Debian Stretch
with quite some effort.
Hence I created a Dockerfile based on it that also generates documenation.This container has quite a few extra tools for when using `--entrypoint /bin/bash`
that are likely only useful for me :)## Beware
This only works with Debian Stretch and nothing else - and this release is not
supported anymore. So builing this Dockerfile can stop functioning in the
future at any time!You can pull from docker hub in such a case:
```
docker run --privileged -v /tmp:/tmp vanhauser/peachpro /tmp/my.pit
```