{% for engine in engines.all %}

Engine Capabilities

Subdomain Discovery

{% if 'subdomain_discovery' in engine.tasks %} {% include 'base/_items/green_tick.html' %} {% else %} {% include 'base/_items/red_cross.html' %} {% endif %}

WAF Detection

{% if 'waf_detection' in engine.tasks %} {% include 'base/_items/green_tick.html' %} {% else %} {% include 'base/_items/red_cross.html' %} {% endif %}

Screenshot

{% if 'screenshot' in engine.tasks %} {% include 'base/_items/green_tick.html' %} {% else %} {% include 'base/_items/red_cross.html' %} {% endif %}

OSINT

{% if 'osint' in engine.tasks %} {% include 'base/_items/green_tick.html' %} {% else %} {% include 'base/_items/red_cross.html' %} {% endif %}

Port Scan

{% if 'port_scan' in engine.tasks%} {% include 'base/_items/green_tick.html' %} {% else %} {% include 'base/_items/red_cross.html' %} {% endif %}

Directory and Files Search

{% if 'dir_file_fuzz' in engine.tasks %} {% include 'base/_items/green_tick.html' %} {% else %} {% include 'base/_items/red_cross.html' %} {% endif %}

Fetch Endpoints(URLs)

{% if 'fetch_url' in engine.tasks %} {% include 'base/_items/green_tick.html' %} {% else %} {% include 'base/_items/red_cross.html' %} {% endif %}

Vulnerability Scan

{% if 'vulnerability_scan' in engine.tasks %} {% include 'base/_items/green_tick.html' %} {% else %} {% include 'base/_items/red_cross.html' %} {% endif %}
                  {{engine.yaml_configuration|linebreaks}}
                
{% endfor %}