This commit is contained in:
perp 2022-08-29 18:34:28 +01:00
parent 36d3b6264b
commit ce54e8f7e5

View File

@ -16,9 +16,9 @@ class Yoink:
Constructor. Constructor.
Args: Args:
file: string, Shodan keys file: str, Shodan keys
filt: string, Filter for Shodan keys filt: str, Filter for Shodan keys
output: string, Output file to write output: str, Output file to write
""" """
self.file = file self.file = file
@ -34,7 +34,7 @@ class Yoink:
Add the key to a tree. Add the key to a tree.
Args: Args:
key: string, Current valid key key: str, Current valid key
query_credits: int, Query credits left query_credits: int, Query credits left
scan_credits: int, Scan credits left scan_credits: int, Scan credits left
plan: str, Current plan plan: str, Current plan