Open SecReXus opened 4 years ago
把自己的shodan apikey输入进入了,但是显示错误
进入Python环境,手动测试api是否正确
import shodan
API = shodan.Shodan(‘xxxx’)
API.info()
可以的
bayonet/blob/56359110b0aad8dccbfec96e1b5c72a20e5051fc/config.py#L206 这个里面shodan-api写死了导致的吧
208行shodan-api改成自己的就好了
把自己的shodan apikey输入进入了,但是显示错误