{% extends 'base/base.html' %} {% load static %} {% load custom_tags %} {% block title %} Tool Arsenal {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %} {% endblock breadcrumb_title %} {% block page_title %} Tool Arsenal {% endblock page_title %} {% block main_content %}
Add new tool {# Add new Script #}
{% for tool in installed_tools %} {% if tool.is_default %}
{% else %}
{% endif %}
{% if tool.is_default %}
Default Tool
{% else %}
Custom Tool
{% endif %}
{% if tool.logo_url %} logo {% endif %}

{{tool.name}}

{% if tool.is_subdomain_gathering %} Subdomain Enumeration Tool
{% endif %} {% if tool.active_passive %} {{tool.active_passive}} {% endif %} Github {% if tool.license_url %} License {% endif %}

Current Installed Version

{{tool.description}}

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