OFFAT icon indicating copy to clipboard operation
OFFAT copied to clipboard

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

Open VigneshSahoo opened this issue 11 months ago • 4 comments

       `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

VigneshSahoo avatar Jan 30 '25 09:01 VigneshSahoo

Can you provide details about your device and python versions?

dmdhrumilmistry avatar Jan 30 '25 19:01 dmdhrumilmistry

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

VigneshSahoo avatar Jan 31 '25 03:01 VigneshSahoo

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.

dmdhrumilmistry avatar Feb 01 '25 07:02 dmdhrumilmistry

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.

VigneshSahoo avatar Feb 01 '25 11:02 VigneshSahoo