839a850
1
2
3
4
5
6
7
8
9
import os from shodan import Shodan API_KEY = os.getenv("SHODAN_API_KEY") client = Shodan(API_KEY) async def search_shodan(entity: str): return client.search(entity)