projectdiscovery / uncover

Quickly discover exposed hosts on the internet using multiple search engines.
MIT License
2.39k stars 197 forks source link

Google search bug #491

Closed Tripse closed 3 months ago

Tripse commented 4 months ago

bug

I found some small bugs while testing new features. This way, it can work normally.

uncover -google "site:*.hackerone.com"

but this way, it can not work normally

uncover -google -q "site:*.hackeron.com"

uncover version

image
Tripse commented 4 months ago

Here is my hilarious testing process https://github.com/projectdiscovery/uncover/discussions/490

dogancanbakir commented 3 months ago

You need to provide an argument for the flag you're using, as you did in the first command. In the second command, you don't provide an argument for the -google flag.