3

I have a client/server simple program in C. I want to test the server running on different machine with random inputs. I have looked at 'Bunny-the-fuzzer' but from what I can understand It wont be much help when the target program/application is on remote machine.

Can someone recommend me any other available tools for testing such network programs ?

Thanks

David Deej
  • 31
  • 1

1 Answers1

1

This might be too heavy for your use case, but Sulley https://github.com/OpenRCE/sulley is a good framework.

Vitaly Osipov
  • 863
  • 6
  • 14