s0i37
s0i37
This is implementation of reconnaissance for vkontakte.com social network. This network very popular in soviet countries with 90 millions live users (~460 millions registered). In same time `vk` has rich...
You need to create account in vk.com and try to find something. Actually it is very important to use right group name of company. ``` db insert company softline module...
You need to create an application in https://vk.com/apps?act=manage And then you will get API key.
Have you chosen "standalone-application" platform?
Yes. I will change name of keys. `App ID` = vkontakte_api `Secure key` = vkontakte_secret
Wait a moment, how can I change name of keys if `recon.mixins.oauth.ExplicitOauthMixin.get_explicit_oauth_token()` has hardcoded concatenating: ``` client_id = self.get_key(resource+'_api') client_secret = self.get_key(resource+'_secret') ```
It seems that your `recon/companies-multi/whois_miner` works only for ARIN. I suggest to add also RIPE support. RIPE db is bigger because include Europe and contains more reach data.
I have tested bing/yahoo/ddg. And only yahoo has the better supports of google search operators (except of `intitle:`, `allintitle:` and `allintext:`)
Actually even Yahoo dont provide good results. It seems it doesn't undrestand strict match `"query"`. But on the other hand I don't known better approach where don't need to solve...
It probable will have a bit false positives which can be verified manually. It is more easy way then making each google/yahoo/bing query with browser.