2

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

user2061944
  • 319
  • 1
  • 3
  • 11
  • 1
    Possible duplicate of [Frameworks for network protocol fuzzing?](http://stackoverflow.com/questions/349791/frameworks-for-network-protocol-fuzzing) – d33tah Oct 13 '15 at 21:58

1 Answers1

0

If it is still relevant there are numerous products that can fuzz network products, from open source tools like SPIKE and Peach to commercial fuzzers like beSTORM

Noam Rathaus
  • 5,405
  • 2
  • 28
  • 37