diafuzzer icon indicating copy to clipboard operation
diafuzzer copied to clipboard

Diameter interfaces fuzzer. Its fuzzing process is based on concrete network traces, and it uses 3gpp and ETSI specifications to fuzz efficiently.

Results 4 diafuzzer issues
Sort by recently updated
recently updated
newest added

on one computer, I have `./fuzz.py --local-addresses '172.28.15.15','172.28.15.254' --local-port 3868 server scenarios/rx-server.scn` On the other computer: ![image](https://user-images.githubusercontent.com/3646400/47264539-bde58800-d54b-11e8-9658-12901789c950.png) How to run client mode when sctp multihoming?

FreeDiameter generates extensions by using fdtool: `/**************** Generated By: fdtool enhancements to diafuzzer License: same as freeDiameter ****************/` Where can I find FdTool extension for diafuzzer?

Hi there, Where to check the logs for errors found during fuzz testing a diameter node using fuzz.py / unit.py. Is there any logging mechanism implemented to record the errors...

Some of the requests were successfully sent, but most of them failed: ``` loaded scenario ./ro-client.scn Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in...

bug
enhancement
question