lanmaster53/recon-ng

Bing api subscription key problem

chriswessells opened this issue · 2 comments

I could not figure out how to create a subscription key for the cognitive services search. Links to the azure marketplace option didn't work.

I read through the bing search documentation and created a subscription key for a Bing Resource [1]. The subscription key didn't work.

I was able to get everything to work when I updated the url for the bing search api in mixins serach_bing_api.

url = 'https://api.bing.microsoft.com/v7.0/search'

I'm happy to submit a pull request with an update to the url but I'm not sure if I'm just doing something wrong? I wanted to share what I found :)

[1] https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/overview

Hi Chris, I'm facing the same issue, but I can't find the mixins directory containing search_bing_api.py. Even if I use find / -name, it didn't appear in the search results. Can you please write the full path you used?

This will be resolved once I merge the changes to the master branch.