Skip to content

Commit

Permalink
defaults.yaml: added /dev/urandom fuzzer
Browse files Browse the repository at this point in the history
thanks @ngregoire
closes #20
  • Loading branch information
dnet committed Nov 12, 2020
1 parent 80b8589 commit 205f824
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/yaml/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ commentators:
- prefix: [sha256sum]
inputMethod: stdin
name: SHA-256
intruderPayloadProcessors:
- prefix: [sh, -c, dd if=/dev/urandom of=/dev/stdout bs=1 count=`shuf -i1-100 -n1` status=none]
inputMethod: stdin
requiredInPath: [dd, shuf]
name: replace with /dev/urandom
intruderPayloadGenerators:
- prefix: [seq, '5']
inputMethod: stdin
Expand Down

0 comments on commit 205f824

Please sign in to comment.