nyx-fuzz / spec-fuzzer

38 stars 9 forks source link

Run Spec-fuzzer #4

Open meysam1401 opened 2 years ago

meysam1401 commented 2 years ago

Hi there!

I'm totally new to "Fuzzing World!" :)

I'm going to run Spec-fuzzer in Ubuntu. I found that I should run the packer tool first and use its output as the input of the spec-fuzzer. After installing all required packages and dependencies, I could run the "nyx_packer.py", but i get an error: "python3: can't open file 'nyx_net_spec.py': [Errno 2] No such file or directory"

I searched all files in Nyx clone, but couldn't find such file! I would really appreciate it if anyone could help me with this issue.

DOT850 commented 3 months ago

I know this is a really old post, but I had a similar question. I think you have to build it based on your target. There are some examples of how to do this in the old repo: https://github.com/RUB-SysSec/nyx-net/blob/main/targets/specs/ftp/nyx_net_spec.py