Getting "Client OS Error" when I am trying to test with bearer token
`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!!
Can you provide details about your device and python versions?
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
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.
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.