shosubgo icon indicating copy to clipboard operation
shosubgo copied to clipboard

Not able to get any results

Open ajay1706 opened this issue 4 years ago • 2 comments

go run main.go -d twitch.tv -s APIKEY

ajay1706 avatar Jun 21 '20 07:06 ajay1706

@ajay1706 Most probably you have exhausted this month query limit of your shodan API.

if you run with -v and if you see "Credits" as 0 that mean you will not get any result. Remember regular Shodan account has 100 query limit/month.

maverickNerd avatar Jul 23 '20 05:07 maverickNerd

@ajay1706 Most probably you have exhausted this month query limit of your shodan API.

if you run with -v and if you see "Credits" as 0 that mean you will not get any result. Remember regular Shodan account has 100 query limit/month.

I created a shodan account but still i'm unable to get the subdomains why? :/

Xeek3y avatar Aug 07 '20 18:08 Xeek3y

Without credits you cant scan anything. Use with -v

shosubgo -d foo.com -s "<your key>" -v
image

incogbyte avatar Dec 10 '22 13:12 incogbyte