Replies: 2 comments 1 reply
-
Hi @ar3910! Take a look at https://github.com/jtpereyda/boofuzz/blob/master/boofuzz/fuzz_logger_csv.py. You could use it to save the fuzz data while targeting a dummy target. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. I wanted to know if it is possible to achieve this using the "pre_send_callback" or "post_send_callback" also? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I wanted to know if there's a way for boofuzz to export generated payloads/bytes to an external file (or function) instead of directly transmitting it over to the target?
Some extra detail:
I developed my own little tool for SOME/IP fuzzing and it works fine over IPv4. However, I quickly realized Boofuzz does support IPv6 so I cannot fuzz targets with an IPv6 using my tool. Now I'm thinking if I could just forward the generated packets/payloads by Boofuzz to an external file or function, then I can use some other tool or script to read from it and transmit the packets over IPv6 using some other tooling. This way we can also fuzz targets running IPv6 as well.
Any tips or suggestions are welcome.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions