Arjun icon indicating copy to clipboard operation
Arjun copied to clipboard

Target is misbehaving

Open MuhammadUsman-coder opened this issue 3 years ago • 8 comments

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.

image

Thanks

MuhammadUsman-coder avatar Sep 21 '22 16:09 MuhammadUsman-coder

Hi , Can you look into this?

MuhammadUsman-coder avatar Oct 08 '22 16:10 MuhammadUsman-coder

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.

Alganad avatar Nov 06 '22 12:11 Alganad

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.

MuhammadUsman-coder avatar Nov 06 '22 14:11 MuhammadUsman-coder

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.

s0md3v avatar Nov 15 '22 08:11 s0md3v

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?

image

Thanks and all the best!

jaaniedasi avatar Nov 26 '22 20:11 jaaniedasi

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

kaiwan4bug avatar Jan 13 '24 00:01 kaiwan4bug