dizzy icon indicating copy to clipboard operation
dizzy copied to clipboard

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

Open botti007 opened this issue 2 years ago • 1 comments

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 ?

botti007 avatar Aug 28 '23 22:08 botti007

Well.... the dizzfiles are written for dizzy-v1 and you try to run them with dizzy-v2. This is not gonna work (;

0xc0decafe avatar Nov 18 '23 07:11 0xc0decafe