diafuzzer
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.
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:  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...