rfunix / Pompem

Find exploit tool
GNU General Public License v3.0
979 stars 265 forks source link

Vulners detects bots #26

Open JJK96 opened 2 years ago

JJK96 commented 2 years ago
Traceback (most recent call last):
  File "/home/jjk/git/Pompem/core/scrapers.py", line 28, in _get_results
    self._parser(html)
  File "/home/jjk/git/Pompem/core/scrapers.py", line 188, in _parser
    for data in json_data['data']['search']:
KeyError: 'search'

When debugging I find that the following response is received from Vulners:

{
  "result": "error",
  "data": {
    "error": "Looks like you are a bot. Please, pass captcha or obtain proper valid API key",
    "errorCode": 9000
  }
}
Yashsomalkar commented 1 year ago

same with me :(

lapers commented 1 year ago

The same problem

vulnersCom commented 1 year ago

You need just use API key with the request.