-
Notifications
You must be signed in to change notification settings - Fork 209
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
HunterHow - invalid memory address or nil pointer dereference #185
Comments
@bongobongoland I am unable to reproduce this issue as it probably got indirectly fixed as part of #201 $ uncover -q hunterhow.query -e hunterhow -l 1000 -o hunterhow.txt
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/
projectdiscovery.io
[INF] Current uncover version v1.0.4-dev (dev)
[FTL] Could not run enumeration: [uncover:RUNTIME] agents [hunterhow] requires keys, but no keys were found
exit status 1 Could you check if you can still reproduce it with the latest version? |
ok, getting a different output now. [INF] Current uncover version v1.0.4 (latest) |
so what do I do? :) please advise |
Did you configure a key in $ uncover -q hunterhow.query -e hunterhow -l 1000 -o hunterhow.txt
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/
projectdiscovery.io
[INF] Current uncover version v1.0.4 (latest)
[FTL] Could not run enumeration: [uncover:RUNTIME] agents [hunterhow] requires keys but no keys were found
exit status 1 |
yeah, I have a key. |
If I'm not mistaken,
is a response from hunterhow |
@bongobongoland I'm not able to reproduce the issue. We can better investigate if you provide all the steps, queries, and configurations you use. For the record, I'm doing this: $ cat providers.yaml
shodan: []
censys: []
fofa: []
quake:
hunter: []
zoomeye: []
netlas: []
criminalip: []
publicwww: []
hunterhow:
- "xxx" # valid key
$ cat hunterhow.query
test
$ uncover -q hunterhow.query -e hunterhow -l 1000 -o hunterhow.txt -pc providers.yaml
__ ______ _________ _ _____ _____
/ / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ / __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/
projectdiscovery.io
[INF] Current uncover version v1.0.4 (latest) |
put anything other than test in your query file. try the following line:
|
Fixed in latest release - https://github.com/projectdiscovery/uncover/releases/tag/v1.0.5 |
I'm getting the following when trying to run hunterhow:
Am I missing something? Do I need to edit something?
Also, there's no HunterHow's key section in the provider-config.yaml file.
The text was updated successfully, but these errors were encountered: