Skip to content

Commit

Permalink
Merge pull request #174 from s0md3v/2.2.1
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
s0md3v authored Sep 11, 2022
2 parents 9f4140a + 748ec6e commit 8595d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arjun/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.0'
__version__ = '2.2.1'
2 changes: 1 addition & 1 deletion arjun/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def initialize(request, wordlist, single_url=False):
param_groups = narrower(request, factors, param_groups)
if len(param_groups) > prev_chunk_count:
response_3 = requester(request, {fuzz: fuzz[::-1]})
if compare(response_3, factors, [fuzz]) != '':
if compare(response_3, factors, {fuzz: fuzz[::-1]}) != '':
print('%s Target is misbehaving. Try the --stable swtich.' % bad)
return []
if mem.var['kill']:
Expand Down

0 comments on commit 8595d2b

Please sign in to comment.