You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow Arjun crashes quite often with the following error:
[*] Probing the target for stability
Traceback (most recent call last):
File "/home/kali/.local/bin/arjun", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/kali/.local/lib/python3.12/site-packages/arjun/__main__.py", line 204, in main
these_params = initialize(request, wordlist, single_url=is_single)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.12/site-packages/arjun/__main__.py", line 133, in initialize
mem.var['healthy_url'] = response_1.status_code not in (400, 413, 418, 429, 503)
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'status_code'
I'm using the following command:
arjun -i gospider_deduped.txt -t 10 --disable-redirects -oT arjun.txt
The file contained 435 lines.
Running Arjun version: v2.2.7
Any idea?
EDIT: Another crash. Same same but different:
Traceback (most recent call last):
File "/home/kali/.local/bin/arjun", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/kali/.local/lib/python3.12/site-packages/arjun/__main__.py", line 204, in main
these_params = initialize(request, wordlist, single_url=is_single)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.12/site-packages/arjun/__main__.py", line 135, in initialize
print('%s Target returned HTTP %i, this may cause problems.' % (bad, request.status_code))
^^^^^^^^^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'status_code'
The text was updated successfully, but these errors were encountered:
Somehow Arjun crashes quite often with the following error:
I'm using the following command:
arjun -i gospider_deduped.txt -t 10 --disable-redirects -oT arjun.txt
The file contained 435 lines.
Running Arjun version: v2.2.7
Any idea?
EDIT: Another crash. Same same but different:
The text was updated successfully, but these errors were encountered: