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

Getting "Client OS Error" when I am trying to test with bearer token #145

Open
VigneshSahoo opened this issue Jan 30, 2025 · 4 comments
Open

Comments

@VigneshSahoo
Copy link

       `ERROR    Unable to send request due to error: RetryError[<Future at 0x7f37ffe71520 state=finished raised ClientOSError>]                                                                                            runner.py:153`

I am still getting the results. And one more point to note is HTTP Methods attack is not running. Can't figure out why!

(FUZZED) Checking for Unsupported HTTP Methods/Verbs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--

Also, running the same tests multiple times gives multiple results!!

It's damn confusing!!

Image

@dmdhrumilmistry
Copy link
Collaborator

dmdhrumilmistry commented Jan 30, 2025

Can you provide details about your device and python versions?

@VigneshSahoo
Copy link
Author

Can you provide details about your device and python versions?

Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2024.4
Codename: kali-rolling

Linux kali 6.11.2-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.11.2-1kali1 (2024-10-15) x86_64 GNU/Linux

Python 3.12.8

@dmdhrumilmistry
Copy link
Collaborator

You could be getting this error because your target it unable to handle multiple concurrent requests. You can try with different rate limit values. offat generates several tests and sends multiple requests simultaneously due to which sometimes server is unable to handle so many requests.

@VigneshSahoo
Copy link
Author

You could be getting this error because your target it unable to handle multiple concurrent requests. You can try with different rate limit values. offat generates several tests and sends multiple requests simultaneously due to which sometimes server is unable to handle so many requests.

My target doesn't have rate limit at place. And moreover, thinking the same, I also checked with 10 requests and still received the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants