collabfuzz icon indicating copy to clipboard operation
collabfuzz copied to clipboard

CollabFuzz: A Framework for Collaborative Fuzzing

Results 4 collabfuzz issues
Sort by recently updated
recently updated
newest added

(venv) asd@x1:/workspace/collabfuzz$ collab_fuzz_build --remote sarek.osterlund.xyz --pull-reqs INFO:runner.build:Pulling remote image sarek.osterlund.xyz/fuzzer-framework-google:latest Traceback (most recent call last): File "/workspace/collabfuzz/venv/lib/python3.8/site-packages/docker-5.0.3-py3.8.egg/docker/api/client.py", line 268, in _raise_for_status response.raise_for_status() File "/workspace/collabfuzz/venv/lib/python3.8/site-packages/requests-2.27.1-py3.8.egg/requests/models.py", line 960, in raise_for_status raise HTTPError(http_error_msg,...

Collecting watchdog==0.10.2 Downloading watchdog-0.10.2.tar.gz (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.5/95.5 KB 196.2 kB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting websocket-client==0.57.0 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB)...

Update collab_fuzz_wrapper.in and add "-lm" to line 72 to solve the build error caused by the missing link command.

Follow your instructions to try collabFuzz, but I ran into this error. ``` DOCKER_BUILDKIT=1 docker build --target=framework-binutils --tag=fuzzer-framework-binutils . [+] Building 214.4s (39/42) => [internal] load .dockerignore 0.0s => =>...