s0md3v / Arjun

HTTP parameter discovery suite.
GNU Affero General Public License v3.0
5.25k stars 793 forks source link

Target is misbehaving #178

Open MuhammadUsman-coder opened 2 years ago

MuhammadUsman-coder commented 2 years ago

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 commented 2 years ago

Hi , Can you look into this?

Alganad commented 2 years ago

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.

MuhammadUsman-coder commented 2 years ago

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.

s0md3v commented 1 year ago

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.

jaaniedasi commented 1 year ago

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!

kaiwan4bug commented 10 months ago

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

s0md3v commented 5 days ago

This should be fixed in latest version v2.2.7 but I will keep this issue open for now anyway.

kaiwan4bug commented 5 days ago

thanks bro

On Sun, Nov 3, 2024, 11:35 PM Somdev Sangwan @.***> wrote:

This should be fixed in latest version v2.2.7 but I will keep this issue open for now anyway.

— Reply to this email directly, view it on GitHub https://github.com/s0md3v/Arjun/issues/178#issuecomment-2453568894, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXP3RTBAPGCS3TQERZDWN73Z62CKVAVCNFSM6AAAAABRDB5D2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGU3DQOBZGQ . You are receiving this because you commented.Message ID: @.***>