0

I just started learning bug bounty and I am facing a problem please correct me Its about shodan 0 results saved problem what is that happening to me.

I Did this it is on their website

input:

┌──(kali㉿kali)-[~/Desktop]
└─$ shodan download --limit 200 myresults.json.gz nginx


output:

Search query:                   nginx
Total number of results:        38799762
Query credits left:             0
Output file:                    myresults.json.gz
  [------------------------------------]    0%
Notice: fewer results were saved than requested
Saved 0 results into file myresults.json.gz

Expected Output:

┌──(kali㉿kali)-[~/Desktop]
└─$ shodan download --limit 200 myresults.json.gz nginx
Search query:                   nginx
Total number of results:        38799762
Query credits left:             0
Output file:                    myresults.json.gz
  [------------------------------------]    0%
Notice: fewer results were saved than requested
Saved 59 results into file myresults.json.gz

Atleast i need 5 results but it is not giving

  • It doesn't look like you have any query credits (`Query credits left: 0`) which is why you can't download any data. See https://help.shodan.io/the-basics/credit-types-explained – achillean Aug 29 '23 at 23:33

0 Answers0