bayonet icon indicating copy to clipboard operation
bayonet copied to clipboard

shodan api key输入正确,但是显示错误

Open SecReXus opened this issue 4 years ago • 4 comments

把自己的shodan apikey输入进入了,但是显示错误

SecReXus avatar Mar 05 '20 09:03 SecReXus

把自己的shodan apikey输入进入了,但是显示错误

进入Python环境,手动测试api是否正确

import shodan
API = shodan.Shodan(‘xxxx’)
API.info()

CTF-MissFeng avatar Mar 05 '20 09:03 CTF-MissFeng

可以的 image

SecReXus avatar Mar 05 '20 09:03 SecReXus

bayonet/blob/56359110b0aad8dccbfec96e1b5c72a20e5051fc/config.py#L206 这个里面shodan-api写死了导致的吧

m0l1ce avatar Mar 13 '20 02:03 m0l1ce

208行shodan-api改成自己的就好了

m0l1ce avatar Mar 13 '20 02:03 m0l1ce