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

TypeError: object of type 'NoneType' has no len() #195

Closed
learnerboy88 opened this issue Apr 20, 2023 · 1 comment
Closed

TypeError: object of type 'NoneType' has no len() #195

learnerboy88 opened this issue Apr 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@learnerboy88
Copy link

I am getting the error when running this command
arjun -i burpRequests -m JSON --headers "Authorization: Basic exampleheaderrunninghere" -oT arjun-result --include='{"root":{"a":"b",$arjun$}}'

Error:

Traceback (most recent call last):
  File "/home/kali/.local/bin/arjun", line 8, in <module>
    sys.exit(main())
  File "/home/kali/.local/lib/python3.8/site-packages/arjun/__main__.py", line 201, in main
    these_params = initialize(each, list(wordlist))
  File "/home/kali/.local/lib/python3.8/site-packages/arjun/__main__.py", line 121, in initialize
    response_1 = requester(request, {fuzz: fuzz[::-1]})
  File "/home/kali/.local/lib/python3.8/site-packages/arjun/core/requester.py", line 18, in requester
    if len(request.get('include', '')) != 0:
TypeError: object of type 'NoneType' has no len()
@s0md3v s0md3v added the bug Something isn't working label Mar 30, 2024
@s0md3v
Copy link
Owner

s0md3v commented Apr 1, 2024

Fixed in 2.2.5

@s0md3v s0md3v closed this as completed Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants