{% extends 'base/base.html' %} {% load static %} {% load custom_tags %} {% block title %} API Vault {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %} {% endblock breadcrumb_title %} {% block page_title %} API Vault {% endblock page_title %} {% block main_content %}
{% csrf_token %}

OpenAI keys will be used to generate vulnerability description, remediation, impact and vulnerability report writing using GPT.

{% if openai_key %} {% else %} {% endif %}
This is optional but recommended. Get your API key from https://platform.openai.com/api-keys

Netlas keys will be used to get whois information and other OSINT related data.

{% if netlas_key %} {% else %} {% endif %}
This is optional. Get your API key from https://netlas.io

Chaos keys will be used for subdomain enumeration and recon data for Public Bug Bounty Programs.

{% if chaos_key %} {% else %} {% endif %}
This is optional but recommended. Get your API key from https://cloud.projectdiscovery.io
{% if user_preferences.bug_bounty_mode %}

Hackerone Keys will be used to import targets, bookmarked programs, and submit automated vulnerability report to Hackerone. This is a bug bounty specific feature.

{% if hackerone_username %} {% else %} {% endif %}
{% if hackerone_key %} {% else %} {% endif %}

This is optional but recommended for bug hunters. Get your API key from Hackerone Documentation

{% endif %}
{% endblock main_content %} {% block page_level_script %} {% endblock page_level_script %}