import shodan
def ceshi(query):
shodan_api_key = 'you key'
api = shodan.Shodan(shodan_api_key)
print api.search('apache')
print('1111')
import shodan
def ceshi(query):
shodan_api_key = 'you key'
api = shodan.Shodan(shodan_api_key)
print api.search('apache')
print('1111')