Hi team,
We're working on integrating ARTIPHISHELL into OSS-CRS (details at sslab-gatech/oss-crs#127). Things are going well so far — the core fuzzing and static analysis pipeline is up and running.
However, we noticed that several build-time downloads from beatty.unfiltered.seclab.cs.ucsb.edu:8000 are no longer accessible (connection refused). These are referenced in:
$ curl http://beatty.unfiltered.seclab.cs.ucsb.edu:8000/corpus-grammars-v4.tar
curl: (7) Failed to connect to beatty.unfiltered.seclab.cs.ucsb.edu port 8000 after 74 ms: Couldn't connect to server
The most noteworthy missing artifact is corpus-grammars-v4.tar (reference grammars for Nautilus), which would disable Grammar-Composer's composition feature. The other corpus/dictionary files affect Corpus-Guy but don't block the integration.
Is it possible to download those artifacts from somewhere else? Happy to help with any logistics on our end.
Thanks!
Hi team,
We're working on integrating ARTIPHISHELL into OSS-CRS (details at sslab-gatech/oss-crs#127). Things are going well so far — the core fuzzing and static analysis pipeline is up and running.
However, we noticed that several build-time downloads from
beatty.unfiltered.seclab.cs.ucsb.edu:8000are no longer accessible (connection refused). These are referenced in:components/corpus-guy/Dockerfile(L18-44)docker/Dockerfile.component-base(L14)$ curl http://beatty.unfiltered.seclab.cs.ucsb.edu:8000/corpus-grammars-v4.tar curl: (7) Failed to connect to beatty.unfiltered.seclab.cs.ucsb.edu port 8000 after 74 ms: Couldn't connect to serverThe most noteworthy missing artifact is
corpus-grammars-v4.tar(reference grammars for Nautilus), which would disable Grammar-Composer's composition feature. The other corpus/dictionary files affect Corpus-Guy but don't block the integration.Is it possible to download those artifacts from somewhere else? Happy to help with any logistics on our end.
Thanks!