Skip to content

AttributeError: 'NoneType' object has no attribute 'iterations' #2

@botti007

Description

@botti007

I tried to use this .dizz file to fuzz GTP:
https://github.com/ernw/dizzfiles/blob/master/gtp_v1/gtp_create_pdp_context_request.dizz
however i'am getting this error:
ob/run: cmd was: './dizzy_cmd /root/dizzy/modules/demo/job/demo.conf'.
Traceback (most recent call last):
File "/root/dizzy/./dizzy_cmd", line 102, in
main(False)
File "/root/dizzy/./dizzy_cmd", line 84, in main
j = Job(args.file, args.start_at, options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/dizzy/dizzy/job.py", line 112, in init
self.mutations = self.act.iterations()
^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'iterations'

Could you help me ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions