Target is misbehaving
After the latest version , arjun keeps giving errors that target is misbehaving try with --stable switch with every target.
I also even tried with --stable swtich and it still gives thesame error Please fix this error asap.

Thanks
Hi , Can you look into this?
did you find any solution? I have the same problem in kali Linux but when I use the tool on parrot security it doesn't occur.
You can use previous version 2.1.4 which works fine . or you can below command :
sudo sed -i 's| return \[\]|# return \[\]|' /usr/local/lib/python3.8/dist-packages/arjun-2.2.1-py3.8.egg/arjun/__main__.py
this will comment the return line so you will see target is misbehaving but the command will run fine . Change the python version folder to yours.
Just took a look at this.
This issue is caused by the urllib3 rejecting an unsafe SSL cipher negotiated by https://cisco.com, I'm I can't do anything here.
I am aware that similar issues have been popping up for the last 2 months, I am investigating.
Hi!
Ran into the same error and noticed something. When testing againt a target, the compare function here https://github.com/s0md3v/Arjun/blob/master/arjun/main.py#L152 returned a tuple with values ('',[]) but this return value is compared againt an empty string. Is this correct or should the return value be compared against a similar empty tuple?

Thanks and all the best!
when we haveAnyone who encountered this error [-] The target is misbehaving. Try the --stable switch. This is how to solve it. Just install Arjun pip3 install arjun