{% extends 'base/base.html' %} {% load static %} {% load custom_tags %} {% block title %} Settings, API Keys & Tool Settings {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %} {% endblock breadcrumb_title %} {% block page_title %} Settings, API Keys & Tool Settings {% endblock page_title %} {% block main_content %}

GF Patterns

This section lets you upload custom gf patterns. You can find more information about the GF Tool here.
Please note that only json files are supported and the name of the pattern will be the filename. If the pattern name is remote-code-exec.json, the pattern name is remote-code-exec and this has to be used this in YAML configuration.

Currently available GF patterns

{% for pattern in gf_patterns %} {% if not forloop.first %} {{pattern}} {% endif %} {% endfor %}
{% csrf_token %}
(Multiple files can be uploaded.)

Subfinder

This section lets you modify Subfinder config file. You can find more information about the Subfinder config here.
Please note that only YAML config is supported.

{% csrf_token %}

Current Subfinder Configuration

Amass

This section lets you modify Amass config file. You can find more information about the Amass config here.
Please note that only YAML config is supported.

{% csrf_token %}

Current Amass Configuration

Nuclei

This section lets you upload Nuclei templates. You can find more information about the Nuclei Templates here.
Please note that only YAML files are supported and the name of the pattern will be the filename.
If the template name is apache-detect.yaml then apache-detect is to be used this in YAML configuration.

Currently available custom Nuclei templates
{% for template in nuclei_templates %} {% with file=template|split:"/" %} {{file.3}} {% endwith %} {% empty %}
No custom nuclei templates detected!
{% endfor %}
{% csrf_token %}
(Multiple files can be uploaded.)

This section lets you configure Nuclei config file. You can find more information about the Nuclei config here.

{% csrf_token %}

Current Nuclei Configuration

Naabu

This section lets you modify Naabu config file. You can find more information about the Naabu config here.
Please note that only YAML config is supported.

{% csrf_token %}

Current Naabu Configuration

theHarvester

This section lets you modify the Harvester config file. You can find more information about the the Harvester config here.

Please note that only YAML config is supported.

{% csrf_token %}

Current theHarvester Configuration

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