-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with running fuzz-harness #238
Comments
The steps are as follows:
The input and output directories are mapped from the host's tools/harness directory into the container. Same applies to the compile and fuzz scripts.
|
Good morning, Riebl. Is there any way to run the fuzzing inside a scenario in Artery to be able to analyze the packets sent from the fuzzing to the network? We would be interested in seeing the packets generated by the fuzzer in order to analyze if a detection module is able to detect it as a possible vehicle attack. Thank you! |
You may use the data from the output directory, which are GeoNetworking packets. In Artery, you could create a special station that directly operates on a radio to send such pre-built packets. A service module is not suitable because it operates on the application layer, and you would thus end up with two GeoNetworking headers per packet. |
Good afternoon,
I want to try the “fuzz-harness” tool and I'm having a hard time understanding how it interacts with the scenarios to apply fuzzing.
First of all, it is giving me a lot of problems when creating the container. To do this, I had to run line by line the “docker.sh” commands modifying “HARNESS_DIR” by the absolute path where the folder is located, if I run it this way, it works correctly and creates the container.
Once inside the container, I don't understand what steps to follow to be able to connect the fuzzer to a scenario. I understand that first I have to execute the script “compile.sh” and then “fuzz.sh” but this second one generates permission errors when executing it (it cannot create the “default” folder inside “output”).
The permissions error, I have tried to solve it by executing the initial commands in root, however, following the same steps does not work.
Do you have any documentation or information on how to apply the fuzzer within a scenario?
Thank you very much!
The text was updated successfully, but these errors were encountered: