pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Protocol Learning and Stateful Fuzzing

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

I am going to use pulsar to learn a model with pcap file. I have a test2.pcap in the dir of pulsar and when I am going to python pulsar.py...

Traceback (most recent call last): File "pulsar.py", line 98, in mg.generate_model() File "/home/x/pulsar/pulsar/core/model.py", line 59, in generate_model self._generate_model_pcaps() File "/home/x/pulsar/pulsar/core/model.py", line 76, in _generate_model_pcaps self._generate_prisma_input(pcap_noext) File "/home/x/pulsar/pulsar/core/model.py", line 159, in...

May I ask how the case(itunes-xbmc) you gave passed the fuzz test? When I type the command:pulsar.py -z -m /home/csuerlk/Pulsar/pulsar/models/itunes-xbmc, I encounter the following problem: Traceback (most recent call last):...

I have tried many different network protocols. Each individual protocol is a pcap file, but the following errors will occur. Can you help me.. thank you.. 1. os: ubuntu20.04 2....