Open MuhammadUsman-coder opened 2 years ago
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
This should be fixed in latest version v2.2.7 but I will keep this issue open for now anyway.
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: @.***>
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