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