Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jingfelix/pcfuzzer
Build Dockers using pysource-codegen for fuzzing
https://github.com/jingfelix/pcfuzzer
fuzzing python
Last synced: about 2 months ago
JSON representation
Build Dockers using pysource-codegen for fuzzing
- Host: GitHub
- URL: https://github.com/jingfelix/pcfuzzer
- Owner: jingfelix
- License: mit
- Created: 2024-06-10T08:36:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:49:42.000Z (7 months ago)
- Last Synced: 2024-06-15T08:02:33.822Z (7 months ago)
- Topics: fuzzing, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pcfuzzer
A simple fuzzer using [pysource-codegen](https://github.com/15r10nk/pysource-codegen), targeting Python formatters.
## Usage
```shell
# example: black test.py
make arg=black==24.0.4# check log
docker logs pcfuzzer:black-24.0.4
```results will be stored at `results/` directory.
## TODO
- [ ] Support specific command and option in Dockerfile
- [ ] Reproducing using result json files
- [ ] Minimize pyload with [pysource-minimize](https://github.com/15r10nk/pysource-minimize)