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 #115

Closed
0xPugal opened this issue Dec 3, 2023 · 4 comments
Closed

TypeError #115

0xPugal opened this issue Dec 3, 2023 · 4 comments
Labels
can't reproduce need clear steps to reproduce the error and fix ASAP

Comments

@0xPugal
Copy link

0xPugal commented Dec 3, 2023

command to reproduce

ghauri -u "https://redacted.com/?module=Login&action=acceptInvitation&token=c074e7eae68a4eac3edb0ec84b0e33c9" --dbs 

Error

[10:22:18] [WARNING] GET parameter 'module' does not seem to be injectable
Traceback (most recent call last):
  File "/usr/local/bin/ghauri", line 33, in <module>
    sys.exit(load_entry_point('ghauri', 'console_scripts', 'ghauri')())
  File "/usr/local/lib/python3.10/dist-packages/ghauri/scripts/ghauri.py", line 450, in main
  File "/usr/local/lib/python3.10/dist-packages/ghauri/ghauri.py", line 318, in perform_injection
TypeError: object of type 'NoneType' has no len()
@0xPugal 0xPugal added the bug Something isn't working label Dec 3, 2023
@0xhunster
Copy link

Recently I found same issue.

@r0oth3x49 r0oth3x49 added can't reproduce need clear steps to reproduce the error and fix ASAP and removed bug Something isn't working labels Dec 11, 2023
@r0oth3x49
Copy link
Owner

You can share the target to reproduce if you want: nasir251292@gmail.com. I am not able to reproduce this error.

@0xhunster
Copy link

I have mailed you. You can check now.

@0xPugal
Copy link
Author

0xPugal commented Dec 16, 2023

@r0oth3x49 got this error in every target i scan. even i installed ghauri in a new system, it shows the same error while scanning.

Traceback (most recent call last):
  File "/usr/local/bin/ghauri", line 33, in <module>
    sys.exit(load_entry_point('ghauri', 'console_scripts', 'ghauri')())
  File "/usr/local/lib/python3.10/dist-packages/ghauri/scripts/ghauri.py", line 450, in main
  File "/usr/local/lib/python3.10/dist-packages/ghauri/ghauri.py", line 318, in perform_injection
TypeError: object of type 'NoneType' has no len()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can't reproduce need clear steps to reproduce the error and fix ASAP
Projects
None yet
Development

No branches or pull requests

3 participants