{% set CurrentCommand_Start, CurrentCommand_End, CurrentCommand_Runtime, CurrentCommand_Command, CurrentCommand_Status = RUN_DB|last %}

Status {{ CurrentCommand_Status }} {% if CurrentCommand_Status == "Running" %}...{% else %} {% endif %}

{% if CurrentCommand_Status == "Running" %} {% set prefix = "Current" %} {% else %} {% set prefix = "Last" %} {% endif %}
{{ prefix }} Command: {{ CurrentCommand_Command }}
Running time: {{ CurrentCommand_Runtime }}
{{ prefix }} Target: {{ HostIP }}:{{ PortNumber }}

History

{% for Start, End, Runtime, Command, Status in RUN_DB %} {% endfor %}
START END RUNTIME COMMAND STATUS
{{ loop.index }} {{ Start }} {{ End }} {{ Runtime }} {{ Command }} {{ Status }}

Targets ({{ Stats.Targets }})

Matches:--
{% for IPInfo in IPs %} {% set first = loop.first %} {% for PortInfo in IPInfo.Ports %} {% set first = loop.first and first %} {% for Offset in PortInfo.Offsets %} {% set first = loop.first and first %} {% set TargetID = "i" + IPInfo.IP|replace(".","_") + "p" + PortInfo.Port %} {% set ReportID = TargetID %}
Subreport is not loaded yet ... click Refresh button!
{% endfor %} {% endfor %} {% endfor %}
{% if AuxInfo.AuxSearch|count %} Auxiliary Plugins {% endif %}


Generated by OWASP OWTF - Version {{ Version }} "{{ Release }}" - @github