Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target is misbehaving #178

Open
MuhammadUsman-coder opened this issue Sep 21, 2022 · 6 comments
Open

Target is misbehaving #178

MuhammadUsman-coder opened this issue Sep 21, 2022 · 6 comments
Labels
invalid This doesn't seem right

Comments

@MuhammadUsman-coder
Copy link

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
Copy link
Author

Hi ,
Can you look into this?

@Alganad
Copy link

Alganad commented Nov 6, 2022

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
Copy link
Author

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 s0md3v added bug Something isn't working Priority: Urgent labels Nov 15, 2022
@s0md3v
Copy link
Owner

s0md3v commented Nov 15, 2022

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 s0md3v added invalid This doesn't seem right and removed bug Something isn't working Priority: Urgent labels Nov 15, 2022
@jaaniedasi
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

5 participants