Skip to content

Commit

Permalink
correct wfuzz payload iter (fixes #461)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Aug 13, 2016
1 parent c1b13f6 commit 613cd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def __init__(self, default_param, extra_params):
self.__max = -1
self._it = self._gen_wfuzz(default_param)

def __iter__(self, default_param, extra):
def __iter__(self):
return self

def count(self):
Expand Down

0 comments on commit 613cd99

Please sign in to comment.