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

Error In Running GoogleDorker. #3

Open
ya3raj opened this issue Nov 25, 2024 · 5 comments
Open

Error In Running GoogleDorker. #3

ya3raj opened this issue Nov 25, 2024 · 5 comments

Comments

@ya3raj
Copy link

ya3raj commented Nov 25, 2024

The Following error occurs when running the googledorker. The requirements are already installed.

[version]: dorker current version v1.0.1 (latest) [ERR]: Exception occured in the Keyreader module due to: 'dict' object has no attribute 'split', <class 'AttributeError'> [ERR]: Exception occured in the google search request module due to: cannot unpack non-iterable NoneType object, <class 'TypeError'> Dorker |▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉| 1/1 [100%] in 0.0s (332.57/s)

image

@RevoltSecurities
Copy link
Owner

Hi @ya3raj ,
The error ocured due to defined keys syntax is wrong and we request you to see here to define your API keys in valid formats to avoid this exceptions and I hope these will resolve your issues and also there is no issues in your requirements.

Kind regards,
@RevoltSecurities

@ya3raj
Copy link
Author

ya3raj commented Nov 28, 2024

Hi @RevoltSecurities

I tried to store the keys in both formats (Inline List and Key-Value Pairs) and still getting the same error. Find the attached image

image

@Satanaelcode
Copy link

Satanaelcode commented Dec 16, 2024

Same issue here

image

image

Used Both Formatting Methods -> Same error

@RevoltSecurities
Copy link
Owner

Hi @ya3raj and @Satanaelcode ,
Looks like thats not a valid configuration of GoogleDorker cause we actually point key1 and so on are api keys of google not the index values of keys and this is a sample for proper key configurations.

google: 
    # goole-api-key:cxid format
    - ASdshsb3u9gubo4ubADK:12hkv1h231vi1,
    - Adsugorwgowrgugougwugbu:1279t9t492t9

and remember there shouldn't be space in between keys and cxid , that should properly configured like: api-key:cxid
I hope this helps you to resolve the issue.

Kind regards,
@RevoltSecurities

@Satanaelcode
Copy link

Ohhh!
thats very missleading if you never used that tool
maby change that in the docs to look like the formatting of a key rather then key1 key2

example

google:
# goole-api-key:cxid format
- xxxxxxxxxxxxxxxxxxxx:yyyyyy,
- yyyyyyyyyyyyyyyyyyyy:xxxxxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants