Dimitrios Kouzis-Loukas
Dimitrios Kouzis-Loukas
Gave it AdministratorAccess and IAM-related roles and it worked. Definitely not a secure solution. Removed them afterwards.
I'm a bit against stating anything (discouraging) towards PRs, unless we have a problem :-) Sent from my iPhone > On 26 Feb 2016, at 09:35, Fotis Georgatos [email protected] wrote:...
:+1: Like crazy ideas!
Interesting. Not high priority though - I would guess. [LUA](http://www.lua.org/) might be able to cover some of the customization needs without exposing too much (see also [here](http://stackoverflow.com/questions/6234252/how-to-embed-lua-inside-python)). Another approach would...
Let's assume that there's an API `https://myapi.foboar.com?q=`. A simple fuzzer could be just a few lines in Python: ``` import requests import string import random import some_telemetry def mutate_case(case): DOMAIN...
> ClusterFuzz will still handle downloading builds for the test binary, and will run the fuzzer script by passing several arguments to it (for things like the path to the...