uncover icon indicating copy to clipboard operation
uncover copied to clipboard

add google custom search api

Open Co5mos opened this issue 11 months ago • 8 comments

add google custom search api with -gg

Co5mos avatar Mar 14 '24 08:03 Co5mos

build is failing https://github.com/projectdiscovery/uncover/actions/runs/8322051929/job/22773723673?pr=439#step:4:95

dogancanbakir avatar Mar 18 '24 10:03 dogancanbakir

build is failing https://github.com/projectdiscovery/uncover/actions/runs/8328478021/job/22799616749?pr=439#step:4:6

dogancanbakir avatar Mar 18 '24 22:03 dogancanbakir

$ go run . -gg -q "site:*.hackerone.com" -v

  __  ______  _________ _   _____  _____
 / / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ /  __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/

		projectdiscovery.io

[INF] Current uncover version v1.0.7 (latest)

I've followed the link in the README. There is no result. However, I do get a result when I make a GET request with Postman, for example. Am I missing something?

dogancanbakir avatar Mar 19 '24 11:03 dogancanbakir

I always use the uncover -gg "site:*.hackerone.com" -v command, and it seems that the -q parameter cannot be used in this way. For example, when I use uncover -s -q "hackerone.com" -v, after debugging, I found the following result. I'm not sure if this is a bug or not.

image

Co5mos avatar Mar 22 '24 06:03 Co5mos

Then you may need to use uncover -gg "site:*.hackerone.com" -v -f url to obtain different URLs.

Co5mos avatar Mar 22 '24 06:03 Co5mos

My bad, yes it should be uncover -gg "QUERY"

dogancanbakir avatar Mar 22 '24 12:03 dogancanbakir

Have you also experienced the duplicate output issue?"

$ go run . -gg "site:*.hackerone.com"

  __  ______  _________ _   _____  _____
 / / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ /  __/ /
\__,_/_/ /_/\___/\____/|___/\___/_/

		projectdiscovery.io

[INF] Current uncover version v1.0.7 (latest)
docs.hackerone.com
docs.hackerone.com
www.hackerone.com
www.hackerone.com
www.hackerone.com
www.hackerone.com
www.hackerone.com
www.hackerone.com
www.hackerone.com
www.hackerone.com
www.hackerone.com
...

dogancanbakir avatar Mar 22 '24 12:03 dogancanbakir

duplicate output solved in https://github.com/projectdiscovery/uncover/pull/475

dogancanbakir avatar May 16 '24 08:05 dogancanbakir