Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
botti007 opened this issue Aug 28, 2023 · 1 comment
Open

Comments

@botti007
Copy link

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 ?

@0xc0decafe
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants