{% extends "base.html" %} {% block site_content %}

API (Setup)

{% if show_captcha == true %}
search_vulns offers an API that enables you to programmatically search for vulnerabilties in software. To use the API, you need to generate an API key and use this key with your requests. Furthermore, you can set up an API key to use with the web interface, enabling you to bypass the CAPTCHA mechanism.

Generate an API Key

Configure an API Key for Use in This Browser

API Documentation

You can check out search_vulns' OpenAPI specification here. The app's frontend uses all API endpoints, meaning you can observe how they work there as well. When making requests to the API, you should include your key via an API-Key header, e.g. API-Key: test.

Check Status of API Key

Check search_vulns Version

{% else %}
CAPTCHA and API management is not enabled server-side.
{% endif %}
{% endblock %} {{ show_captcha }} {% block custom_js %} {% if show_captcha == true %} {% endif %} {% endblock %}